Hi
in BAP we can search/filter within values in an overview table.
However, it seems only complete words (separated by spaces " " or piont “.”) can be searched.
Is there a way to configure that I can also
- split words at other characters (e.g. “_”, “/”, …) ?
- seach for substrings, e.g. search “ear” and find “bear”?
hello @tobias-amber-boulder it depends on configuration on server side via Services configuration. You’re talking about full text search textbox in OvE right? not advanced filter because I assume your project disable the the filter on the top right side.
OvE == Overview Engine?
Yes, exactly. We want to do a fulltext search.
What’s the configuration exactly, or can you point me to some documentation? I asume this is compatible with SOLR configuration, right?
Hi,
The search for sub string is by default disabled and can be enabled by the following configuration mgm.services.core.search.analysis.fullText.enableNgrams=true, This configuration is only affecting the full-text search. For the filters are only available exact matches.
For further information about seach capabilities please see: <INTERNAL_LINK>