CQL full-text search does not support leading wildcards, causing incomplete search results for substrings.
I am encountering limitations with CQL full-text search when trying to locate pages containing a specific substring within a larger token.
Currently, leading wildcards are not supported in CQL queries. For example, the following query is not allowed:
text ~ "*write_sol"
Because of this limitation, it is not possible to reliably find all occurrences where a search term appears as a suffix or embedded within a larger string.
write_solbla_write_soloutput.write_solaaawrite_solAll pages containing the substring write_sol should be returned, regardless of:
_, ., etc.)write_sol is separated by delimiters (e.g., _, .) may be foundaaawrite_sol are not foundPlease consider one of the following enhancements:
This limitation becomes especially problematic in environments where naming conventions cannot be strictly enforced across all content.
Hi @Volker I_
I see your point.
But as Data Center is becoming EOL, this option will probably not be implemented anymore.
Probably https://jira.atlassian.com/browse/CONFSERVER-55559 relates to this topic.
Hi @Volker I_ I took a quick look at Atlassian's Jira Site and found these:
CONFCLOUD-78334 CONFCLOUD-80878 CONFCLOUD-76196
They sound like your issue. Feel free to vote for and watch them for updates.
If that's not it, you could create another suggestion for this functionality on Atlassian's Jira Site or your Admin could create a work item for Atlassian Support and have them weigh in.
Hope that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.