Dgraph DQL Tour
Search
Exact index and inequality
With the exact
index inequalities on strings can be used in filters. Try the
query after adding the exact
index to the string indexes.
The hash
index allows fast filtering for eq
on strings.