Hi Everyone,
In DA/Webtop search functionality is not working so I want to disable the full-text search in DA/Webtop. If anyone could help me with how to disable it?
Thanks,
Rajkumar
Hi Raj,
Add the below flag, in dfc.properties file of the DA/Webtop Application. You might need to restart the application to make the flag effective. dfc.search.fulltext.enable = false
Hi Hari,
If I add "dfc.search.fulltext.enable = false" these line in the dfc.properties file Advanced search is not work right? Only a simple search will work, right?
After adding the flag to dfc.properties file, all the searches will not be done by xPlore. Only metadata searches will still work against DB.
Simple search will work on object_name, title and subject attributes. But Advanced Search, you can select any attribute for searching as per requirement.
Thank you Hari. That works for me after adding the line.