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:

  1. Edit the data source configuration

  2. 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.

  3. 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.

  4. Reindex the collection.