1,127
edits
(Created page with "== Case Insensitive Search == === Introduction === When loading data into CMOD with the built-in Indexers (like ACIF or the PDF Indexer, some data like Customer st...") |
|||
| Line 3: | Line 3: | ||
=== Introduction === | === Introduction === | ||
When loading data into CMOD with the built-in Indexers | When loading data into CMOD with the built-in Indexers like [[Glossary#OnDemand Indexing Tools|ACIF]] or the [[Glossary#PDF Indexer]], some data like [[Customer statements]], [[Invoices]] or [[Statements]] will be generated as 'Mixed Case', that is, containing both uppercase and lowercase characters. OnDemand Administrators might index the data as it appears in the document, but end-users could search for the same word, with different capitalization -- and this presents a problem. Searching for 'smith' or 'SMITH' doesn't match 'Smith', as it might appear in a report, statement or invoice, frustrating the attempt to find data on the server. | ||
=== Explanation === | === Explanation === | ||