tsgrp / OpenAnnotate

TSG's Browser-based Annotation Tool
8 stars 4 forks source link

CMIS queries containing underscore ("_") fail with use of OPERATOR_EQUALS #928

Closed renesaladrigas closed 3 years ago

renesaladrigas commented 3 years ago

All ACA queries that send a parameter value that contains an underscore ("_") character (such as "IMG_9081.JPG") with an OPERATOR_EQAULS comparison to a CMIS query will fail with a stack trace similar to the one below: aca_cmis_underscore_query_stack.txt

This can be reproduced (and should test the locations) by configuring a saved search dashlet that specifies a search critieria of an attribute equaling a value with an underscore, such as below: image

This can also be reproduced by checking the "Make Search Exact" option for a particular search control on a search form. image

renesaladrigas commented 3 years ago

Closing because this was opened in the wrong repository.