Excluding a search term...
Excluding a search term...
RobCurry
Posts: 1Questions: 1Answers: 0
I am using the data tables plugin on a client site and all is working well. The client has asked if we can provide a way of "excluding" a term when searching/filtering the content?
Does anyone know if this is possible and how i can implement it?
Essentially the client wants to do something like this:
"apple orange NOT banana"
...which would find all rows which contain apple and orange but not banana.
Any help would be greatly appreciated!
Thanks,
Rob
This discussion has been closed.
Answers
You would need to implement a custom filtering plug-in for this. The built in "smart" filtering won't do that I'm afraid.
Allan