It generates LIKE '%name% , which is fine in most ocasions.
But I would like my system to be able to replace spaces by %, so I could search for "Homer Simpson" and the system would include "Homer J Simpson" in the result.
How do I set the like operator? I’ve tried to replace spaces by % inside the searched name without success.