79689031

Date: 2025-07-03 14:44:56
Score: 2
Natty:
Report link

"the SQL query looks for a column value of ALL the words in the search bar"

This is not what did you expect ?

To perform a case-insensitive search, you need to either change the collation of your columns (they should end with "_ci"), or adjust your PHP code and SQL query to compare only lowercase values, for example.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Bisûnûrs