jirutka/rsql-parser

Map fields support

Closed this issue · 1 comments

Sorry for asking the question in a Github Issue.

If I have a query like "myobject.myfield=XXX", the "myfield" must be a property on the "myobject" type for the query to work.

What if the "myobject" is a Map<String, String>? Then the query fails with a NPE.
Am I missing something, or the RSQL parser cannot traverse the Map fields?
Would you be interested in a PR adding such feature?

Thank you!

Actually, it looks like this question is better to ask in this project:
https://github.com/RutledgePaulV/rest-query-engine