Open katiebrill opened 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
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
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.
Also a wildcard character in the middle of T*TLE as a fulltext search wont bring back any results.