Interpretation of wildcards for field names in query

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?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.