Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimanyusinghgaur committed Nov 26, 2020
1 parent d675d69 commit 023dae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/content/query-language/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Comparison functions (`eq`, `ge`, `gt`, `le`, `lt`) in the query root (aka `func
be applied on [indexed predicates]({{< relref "query-language/schema.md#indexing" >}}). Since v1.2, comparison functions
can now be used on [@filter]({{<relref "query-language/graphql-fundamentals.md#applying-filters" >}}) directives even on predicates
that have not been indexed.
Filtering on non-in dexed predicates can be slow for large datasets, as they require
Filtering on non-indexed predicates can be slow for large datasets, as they require
iterating over all of the possible values at the level where the filter is being used.

All other functions, in the query root or in the filter can only be applied to indexed predicates.
Expand Down

0 comments on commit 023dae1

Please sign in to comment.