Posted by zps on July 1, 2010 at 11:03pm
I’m using "Search Terms" in my view. but I need it to use LIKE in the SQL and not “=”
How do I change the query from:
where (search_index.word = 'XXX')
To:
(search_index.word = LIKE ('%XXX%')
??
10X,
Daniel