We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba668d commit ac6bfb0Copy full SHA for ac6bfb0
src/guide/advanced/queries.md
@@ -32,8 +32,8 @@ following (somewhat encyclopædic) section.
32
33
- _gets_ means that the query already has the data readily available and
34
the data is trivial. Use these queries at will;
35
-- _returns_ means that the query has the data readily available, just as
36
- with _gets_, but the data is not trivial. You can still use these
+- _returns_ or _finds_ mean that the query has the data readily available,
+ just as with _gets_, but the data is not trivial. You can still use these
37
queries, but be mindful of the performance impact;
38
- _searches_ differs from the above two. Data must be actively collected
39
and neither the return type nor the collection process is cheap. Use with
0 commit comments