Does DT now support OR operator for search?

Does DT now support OR operator for search?

gavazngavazn Posts: 3Questions: 1Answers: 0

Hi,
I found a bunch of similar questions from couple of years ago but nothing recent. I wanna search on the table if column x OR column y has a certain value. Is there an easy way to do this?

So for example I wanna say if Project owner or project responsible is Jack Johnson, show the row.

Thanks,
Hamed

Answers

  • allanallan Posts: 63,356Questions: 1Answers: 10,444 Site admin

    Hi Hamed,

    You can do so here.

    Allan

  • gavazngavazn Posts: 3Questions: 1Answers: 0

    Allan, that's a link to change password page!

  • gavazngavazn Posts: 3Questions: 1Answers: 0

    bump!

  • allanallan Posts: 63,356Questions: 1Answers: 10,444 Site admin

    I have no idea why I replied with that - sorry. Cross wires / threads.

    If you are using client-side processing you can use a custom search plug-in to do complex searching.

    Another option is to use regular expressions which you can enable with the search() method.

    Allan

This discussion has been closed.