Skip to content

Conversation

@BachaZachry
Copy link

Fix:

  • Updated the example of nested search in SearchFilterBackend.
  • Updated the example of nested search in CompoundSearchFilterBackend.

Issue:

  • Example shown in the nested search constructs the query like this :
    [Nested(path=country, query=Match(country__{'boost': 2}={'query': 'example'}))]
    when it is supposed to construct it like this:
    [Nested(path=country, query=Match(country__name={'boost': 2, 'query': 'example'}))]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant