-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.9.5
-
Fix Version/s: 6.0
-
Component/s: Elasticsearch, Query & PageProvider
-
Epic Link:
-
Tags:
-
Sprint:Sprint RepoTeam 5.9.5-2
There is a NXQL syntax difference between ES and VCS when filtering on the content property:
ES : WHERE file:content.name = ...
VCS : WHERE file:content/name = ...