Server Side multiple Word & multiple filters
Server Side multiple Word & multiple filters
rijz
Posts: 20Questions: 0Answers: 0
Hello,
I am working on a search page which has 5 filters, 3 dropdown and two text box and it uses server-side processing.
I tried hard to figure out two things and looked around other forums but could not get what i wanted:
1st: Based on dropdown filter item selection the table shows the results. The list has many similar items like "Private Banking" "Commercial Banking". So the search should search for the complete word. For Example the search keyword "Private Bank" , the search should consider it as "Private Bank" and not "Private" , "Bank". How can i achieve that?
2nd: In the same list of filters , i also used text box as filter. I found an api as show here: http://www.datatables.net/examples/api/regex.html I tried to follow that but it shows sSearch_3:undifined .
Am not able to do both of them. Can you please suggest how to do it.
This the screen shot of the page am working on:
http://dev.leadsys.com/Untitled.png
Thanks,
Rijz
I am working on a search page which has 5 filters, 3 dropdown and two text box and it uses server-side processing.
I tried hard to figure out two things and looked around other forums but could not get what i wanted:
1st: Based on dropdown filter item selection the table shows the results. The list has many similar items like "Private Banking" "Commercial Banking". So the search should search for the complete word. For Example the search keyword "Private Bank" , the search should consider it as "Private Bank" and not "Private" , "Bank". How can i achieve that?
2nd: In the same list of filters , i also used text box as filter. I found an api as show here: http://www.datatables.net/examples/api/regex.html I tried to follow that but it shows sSearch_3:undifined .
Am not able to do both of them. Can you please suggest how to do it.
This the screen shot of the page am working on:
http://dev.leadsys.com/Untitled.png
Thanks,
Rijz
This discussion has been closed.
Replies