09-30-2013 12:23 PM
When I try to look for a plant that contains the minus it does not return a result even escaping the minus sign, but this behavior happens only when the minus sign is followed by some number.
my query: SELECT cmis:name, dc:title FROM arizona:file WHERE CONTAINS(' "rafa 123" ')
my query: SELECT cmis:name, dc:title FROM arizona:file WHERE CONTAINS(' "rafa\\-123" ')
my query: SELECT cmis:name, dc:title FROM arizona:file WHERE CONTAINS(' "rafa-123" ') It seems that he considers the minus sign before a number as an arithmetic operation ...
Is there some setting I can do to change this behavior?
If I change the algorithm to consider the minus and underscore to be identified as caracters this behavior change? 2.1 If this is the solution how can I proceed?
09-30-2013 12:46 PM
Could you replace the screenshots with text please? It makes for an easier-to-read question, and allows for searchability.
09-30-2013 02:32 PM
I edited the post, added the query near the screenshots
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.