Hi all,
When issuing a query with a field like*.content
, it appears that '*'
matches all levels in the field name. In other words, this matches foo.content, foo.bar.content, foo.bar.baz.content, etc. For my particular use-case, I really only want to match foo.bar and not some 'bar' field that may be nested more deeply.
Is this possible?