-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Component/s: Search - Indexing
-
None
-
Severity 3 - Minor
Issue Summary
Restored pages are missing from CQL index
Steps to Reproduce
- Create a Page A. The page can be found through /rest/api/search?cql=id=<page id> (correct behaviour)
- Delete Page A. The page cannot be found through /rest/api/search?cql=id=<page id> (correct behaviour)
- Restore Page A from the trash. The page cannot be found through /rest/api/search?cql=id=<page id> (wrong behaviour)
- Save a new revision of page A. The page can be found through /rest/api/search?cql=id=<page id> (correct behaviour)
Expected Results
The page can be found through search.
Actual Results
The page cannot be found through search.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...