vothanh4231
I want to search for an exact phrase from the "customers" table
Hi all,
I want to search for an exact phrase, for example "John Doe" from the "customers" table
However, the default query is
I want the query to have: where name like '%John Doe%'
The problem is in this method
extractTableSearchWords()
9 replies