tsgrp / HPI

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

Wildcard Searching in Alfresco not working in the middle of a search term #2462

Open katiebrill opened 2 years ago

katiebrill commented 2 years ago

See the attached image for 3 wildcard searches I compiled.

I would expect these 3 searches to return the same results but they dont.

Search 2 is only returning stuff that does have characters after the E in TITLE whereas I feel like that ending * should be optional.

image

Also a wildcard character in the middle of T*TLE as a fulltext search wont bring back any results.

katiebrill commented 2 years ago

I dont think full text searching in ACA interface on the wildcard character is supported https://github.com/tsgrp/OpenAnnotate/issues/733

katiebrill commented 2 years ago

As for metadata search, it looks like this is only an issue when there are multiple wildcards in one search term. For example when we query for @cm\:title:*T*TLE* suddenly the final * requires at least one character to exist after the E rather than 0 or more characters

katiebrill commented 2 years ago

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