Multi Value search

Multi Value search

HuraganekHuraganek 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.

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    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

  • HuraganekHuraganek Posts: 3Questions: 1Answers: 0

    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 :)

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    This thread should help, it's asking the same thing.

    Cheers,

    Colin

This discussion has been closed.