You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Searching on case data is case sensitive when using the Oracle database, because Oracle has a Case Sensitive Collation by default. Searching MSSQL is case insensitive by default if the schema is up to date with the latest upgrade scripts.


To enable this feature for Oracle we have added an enable script, and furthermore set the feature toggle for case insensitive search needs to be enabled.

The SQL scripts for enabling or disabling case insensitive searching can be found in the release zip in the dbscripts\features folder of the process-sql-store. This script creates an index which enables case-insensitive searching through lists.

For the runtime, the feature toggle can be enabled by adding the following property to the application.properties: blueriq.process-sql-store.oracle.case-insensitive-search-enabled=true

To enable this feature for the Customer Data Service you should add the property blueriq.customerdata.oracle.case-insensitive-search-enabled=true in blueriq-customerdata-odata-service-v1.yml or blueriq-customerdata-odata-service-v1.properties


P.S. This functionality could hurt performance so use with caution.


More information can be found at : 

Process SQL store component
Customerdata service
Reference Guide: Properties
Release 13.6.1 Upgrade Instructions [editor]
Blueriq 13.6.1 Release Notes [editor]

  • No labels