You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove support for the scope field in facets and _scope field in the nested and parent/child queries. The scope support for nested queries will be replaced by the nested facet option and a facet filter with a nested filter. The nested filters will now support the a join option. Which controls whether to perform the block join. By default this enabled, but when disabled it returns the nested documents as hits instead of the joined root document.
Remove support for the
scope
field in facets and_scope
field in the nested and parent/child queries. The scope support for nested queries will be replaced by thenested
facet option and a facet filter with a nested filter. The nested filters will now support the ajoin
option. Which controls whether to perform the block join. By default this enabled, but when disabled it returns the nested documents as hits instead of the joined root document.Search request with the current scope support.
The following will be functional equivalent of using the scope support:
The scope support for parent/child queries will be replaced by running the child query as filter in a global facet.
Search request with the current scope support:
The following is the functional equivalent of using the scope support with parent/child queries:
The text was updated successfully, but these errors were encountered: