06/27/2013 at 8:37 am
#263725
Keymaster
@ roy
Are speaking about FULLTEXT queries? That has been in Connections for quite some time now. But, to take advantage of it more fully you have to turn off the keyword search on the Connections : Settings admin page under the Search tab. The disclaimer is that this will only have an effect if the database tables are setup with the MyISAM storage engine, which is the MySQL default. Some host default to the InnoDB which until very recently did not support FULLTEXT queries. So, if you disable keyword search and you do not get any results when performing queries, you have to use keyword search.
Hope that helps.