-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.0.4, 7.1.1, 7.2.1
-
None
-
2
-
Severity 3 - Minor
-
Issue Summary
Inconsistent behavior with Confluence search Livesearch macro with Restrict to label(s) value
Steps to Reproduce
Scenario 1
- Create a page with a Livesearch macro. Add a few labels to the macro (under restrict to label(s))
- Ensure to have a page with those labels
- Search for the page via the Livesearch macro
- Click on enter/click on the search icon
- No page will be available
Scenario 2
- Create a page with a Livesearch macro. Add a few labels to the macro (under restrict to label(s))
- Ensure to have a page with those labels
- Search for the page via the Livesearch macro
- Click on See more results for '<search keyword>
- No page will be available
Expected Results
http://localhost:8090/rest/searchv3/1.0/search?queryString=macro&where=conf_all&labels=test1&labels=+test2&labels=+test3&type=&pageSize=5&highlight=false&sessionUuid=0-0-0-0&_=1580134696117
Actual Results
Scenario 1
http://localhost:8090/rest/cql/expressions?cql=siteSearch%20~%20%22macro%22%20AND%20label%20%3D%20%22test2%22%20AND%20label%20%3D%20%22test3%22%20AND%20label%20%3D%20%22test1%22
Scenario 2
http://localhost:8090/rest/searchv3/1.0/search?queryString=macro&where=conf_all
Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available
Can we get a workaround or even a root cause for this behavior?