Hi,
I am able to get content search results when the link is added as text within the page.
eg: cql=space=test and text~"https://test.xyz.com.au/test1/xyz/test2"
But if the same link is embedded as link text in the web link of the page, the above CQL does not work. Is there a way to search the embedded content especially web link text?
Community moderators have prevented the ability to post new answers.
The links are not searchable within Confluence. If you only need to identify the links once for a project, please consider exporting the instance to XML and then using a text editor to find the links as described in How Do I replace all 'hard' links to my old Base URL.
@AnnWorley is it still true that CQL can't find URL link values? I don't see it on https://developer.atlassian.com/server/confluence/advanced-searching-using-cql/
I've been looking for a JAC ticket so I can vote.
Is it the case that a CQL function handler could be written, or is it that it would never be possible?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@AnnWorley a clarification would be much appreciated: I can confirm that the web search interface @ `http://.../wiki/search?text=<url-path-element>` finds the said path element inside URLs just fine, but the "equivalent" CQL `cql=text~<url-path-element>` does not. Pointers, ideas, thoughts? Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Aha, it would appear that `siteSearch~<url-path-element>` does the trick, at least for now.
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.