Case-sensitive search
The default Funnelback configuration uses a case-insensitive approach to matching query terms with documents. The following steps describe how to enable case sensitive search for a collection:
-
Edit the data source configuration
-
Add
-case
to the indexer_options field. Any collections indexed with this setting will have case sensitivity enabled, but it will not take affect until query processing is also configured to use case-sensitivity. -
Add
-case=on
to the query_processor_options field on any results pages that include the data source. Any indexes that are not indexed with case sensitivity will revert back to case insensitive. -
Reindex the collection.