tsgrp / HPI

OpenContent Management Suite (OCMS)
http://www.tsgrp.com/products
17 stars 5 forks source link

Double Quotes in Full Text and Attribute Searches not enforcing ordering #2461

Open katiebrill opened 2 years ago

katiebrill commented 2 years ago

Searching on a phase surrounded by double quotes in either the full text search box or a string metadata field box should search on that phrase in the order that it is provided.

For example if I use full text search to search on "Test 10 2" Only documents containing "Test 10 2" in their metadata or content should be returned but I am finding documents containing "Test 2 10" are also getting returned (aka order is not being enforced)

This is the Query that OC logs out-

Generated Query: (TEXT:"test 10 2" OR d:text:"test 10 2" OR d:mltext:"test 10 2") AND TYPE:wc\:record AND -ASPECT:cm\:workingcopy AND -=cvn:isActiveVersion:false

katiebrill commented 2 years ago

This is covered under this enhancement for full text search supporting special characters https://github.com/tsgrp/OpenAnnotate/issues/733

katiebrill commented 2 years ago

https://alfresco.atlassian.net/browse/SEP-196