Disabling the Search for Inflected Forms
By default, M-Files sorts search results by their relevance. For more information on how document relevance in relation to the search term is determined, see Search result sorting.
This behavior can be prevented so that search results are sorted by user preference instead. Make the following changes on the M-Files Server computer to prevent search results to be automatically sorted by their relevance:
-
-
Select
.
- Expand Named Values and expand the Group name that you have just created.
- Expand the Namespace Label that you created earlier and select Configuration.
- Expand the Named Values node, select Add Named Value and expand the newly added named value node.
-
Enter enter SearchBar in the Name
field and the following code in the Value field:
{ "MFShell": { "SearchBar": { "DefaultStemmingEnabled": false } } }
-
Select Save to save your configuration.
Your configuration should now be similar to the example shown below: