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
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