Managing database search modes
In Talend MDM, the master data records can be stored in a SQL database, and a second SQL storage also exists which serves as the Staging Area for the master database. For more information, see Working with a Staging Area.
Searches in the master database support both full text search and standard SQL search, while searches in the staging database only support standard SQL search.
Standard SQL search considers the search content as an integrate phrase to be matched, while full text search interprets the search content as a phrase which contains multiple words, and the records that match any of the words will be returned. For example, if the search content is test first name, full text search considers it as three independent words test, first, and name, while standard SQL search considers it as one phrase test first name.
By default, the full text search mode is used for searches in the master database.
If needed, you can change the default settings in the file <$INSTALLDIR>\conf\datasources.xml to optimize the master database searches.