Does DT now support OR operator for search?
Does DT now support OR operator for search?
gavazn
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
This discussion has been closed.
Answers
Hi Hamed,
You can do so here.
Allan
Allan, that's a link to change password page!
bump!
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