i have in a db field named faq_problem some text: examp. "error on row rp8" if i search 'error rp8' not record displayed. if i search 'error % rp8' wil show the record. if i search 'rp8 % error' not record displayed.
How i can edit the search function?
the sql is like this: SELECT * FROM table WHERE (name LIKE '%value1%') OR (name LIKE '%value2%') ORDER BY id ASC