mvoogt Posted August 11, 2015 Posted August 11, 2015 I am having something odd happen to me while searching an ESS TO. Search seems to work fine in native FM tables however when searching an ESS field the search does not return records that clearly meet the search requirements. I am using the Actual ODBC driver to connect to a MySQL database on Mac OSX. Any ideas what my issue is?
Wim Decorte Posted August 11, 2015 Posted August 11, 2015 Can you explain what you are searching for and how, and what the unexpected results are?
mvoogt Posted August 11, 2015 Author Posted August 11, 2015 I have 19 records in my MySQL table (this is a joomla website that I am connecting to). I have a script that associates the MySql record ID with another FM record in another table. After that process all of a sudden instead of the MySQL table having 19 records there are only 7 records. If I close the database and open it again the 19 records are still there. I also have problems where I search in a text field in the MySQL table for (lets just say) the word "The". No records are returned even though many records in that field contain the word "The". Very strange. Any ideas?
Wim Decorte Posted August 11, 2015 Posted August 11, 2015 Not sure about the record count being off, but on the searches: searches against an ESS source do not behave like searches in FM: - FM searches are case insensitive, most ESS searches are case sensitive - the default FM search is a "word-search", ESS searches may not be, try "*the*" and "*The*" to" see if you get the results you want
Recommended Posts
This topic is 3460 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now