All,
With the advent of plugins like ez_where and such, is there a "best
practice" way to do perform a LIKE query with wildcards? The archives
show some hacks, but I haven't seen this issue in a while and I'd like
to know if there is a clean way.
Looking for: select * from table_a where name like %search_param%