-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.4
-
Component/s: Core MongoDB
NXQL queries on complex properties should be fully implemented currently on MongoDB (as much as it's possible given the MongoDB query semantics for correlated/uncorrelated item matches).
Currently queries with list wildcards in the WHERE clause fail:
- foo/*/bar = 1
- foo/*1/bar = 1 AND foo/*1/gee = 2
Also queries with queryAndFetch fail to return proper results for complex columns (foo/bar, foo/*/bar).