Hello,
Can anyone help with the expression I would use to find the word CHARTER - all uppercase - in a text search?
Thanks!
Linda
Hello,
Can anyone help with the expression I would use to find the word CHARTER - all uppercase - in a text search?
Thanks!
Linda
The Pattern Matching activity has a checkbox that you can enable or disable to return case sensitive matches. Alternately, you can try (?-i)CHARTER to match all uppercase.
I did try some different combinations in pattern matching in the workflow designer but they did not work when I tried the advanced search in the client. Unfortunately (?-1)CHARTER didn't work either :( Any other suggestions?
Hi Linda, just to double-check, were you using (?-1) or (?-i) in the pattern? It should be the latter, a lowercase letter i.
If that was your pattern, do you mean that this works when testing in the Workflow Designer, but not when used against document text in practice?
Alternatively, are you just asking how to specify casing in a full-text search of entry text in the repository? If that's the case, this wouldn't be done per-search in the search syntax.
1. Repository defaults can be set in the Administration Console.
2. Per user, this can be set in user options.
3. The per-user option in (2) is equivalent to setting the [Settings]SearchCollationRule attribute. To set it to "Case Sensitive, Accent Sensitive" this would take the value "CS,AS".
Hi James, we did try your suggestions without any luck.
We are still getting lowercase in the searches. We also tried Karina suggestion for an Advanced Search and we are still getting mixed and lowercase results in our searches.
No worries, I saw that and thought I didn't understand something about indexing
I appreciate your trying to help.