Multi Value search
Multi Value search
Huraganek
Posts: 3Questions: 1Answers: 0
Hello,
I am using DT 1.10 server side processing. For example I have column "Age" with numbers in cells. I have search box where I can search for age, but can I make multisearch? For example it works now if I search for people who have 30 years, but can I search for people in age 30 AND 45 (30,45)?
Thanks in advance.
This discussion has been closed.
Answers
Not with the standard libraries, you would need to modify the server-side script to implement that search. Another alternative would be to use SearchPanes, as this does allow those kind of searches.
Colin
Thank You for answer,
but as I can see regex search is what I am searching for https://datatables.net/examples/api/regex.html I must check is it possible in server side processing
This thread should help, it's asking the same thing.
Cheers,
Colin