I сan not organize a search query by "hash" with variables

Applying a hash search index, the GraphQL API generates the eq and in filters

https://dgraph.io/docs/graphql/schema/search/#string

So you don’t

write a search query using “hash”

but instead you write a search query using either eq or in

1 Like