-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: FC - Ecosystem - API Framework
-
2
-
Severity 3 - Minor
Summary
Escape character for cql search filter is not always working.
Steps to Reproduce
1. Create some pages with the following titles. Add a qoute and backslash.
- test" - test"test - test\
2. Do some rest api CQL search call for this pages.
cql=space=EFAW AND type=page AND title="test\"" cql=space=EFAW AND type=page AND title="test\"test" cql=space=EFAW AND type=page AND title="test\\"
Expected Results
The page should be returned on the results.