Searching for single quote ' in Datatables
Searching for single quote ' in Datatables

I found that to search for a single quote, I need to type in backslash before it. \'
Is that Datatables or the database? Is it possible to just type in ' and have that work?
Thanks!
This discussion has been closed.
Answers
Wait, I worked it out. In the database layer I can escape it. :)