I’m using Drupal 7 with Views 3. I created an exposed filter for text field.
In exposed filter options from Operator dropdown I selected Contains, so query goes like this:
SELECT ... WHERE some_field LIKE...
Is it possible to change it simply (plugin/module/some options/etc) to mysql fulltext search?
Any tip would be appreciated:)
OK, I have manage it:)
In
views_query_alterhook in my view I switch the condition like this: