In the simple search component in webtop, how do you disable full text search and just use the database?
I would like to keep the advanced search searching full text.
I understand that fulltext search can be disabled comepletely in the dfc.properties or filtered by type and role using a dql hints file but I cannot find anything about how to disable it only in simple search!
You could extend the search component and in your extended component override buildQuery() method. This way you could write your own query. Glancing the developer forum, it should be enough to execute query without SEARCH TOPIC function.