As per Atlassian document, space.category should work in CQL search (Advanced search in confluence). But when I try to search using CQL, it doesnot provide any results.
Do anyone have faced this issue or know how to solve it ?
I am using confluence server 7.4.13
You need to perform a search via API
https://developer.atlassian.com/cloud/confluence/rest/api-group-search/
Thanks
Hi @Pramodh M ,
I am discussing from user perspective, not from admin.
i.e. in confluence 6.13.4, https://<BaseURL?/dosearchsite.action?cql=siteSearch~%27export%27+and+space.category=%20version gives an output, but same url in 7.13.4 throws an error
org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024
at org.apache.lucene.search.BooleanQuery.add(BooleanQuery.java:142)
org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Apologies, I referenced Cloud Link
Here's the Server Link for your reference
You need to search the content via REST API
https://developer.atlassian.com/server/confluence/advanced-searching-using-cql
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.