We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df0783 commit 5cc8040Copy full SHA for 5cc8040
docs/queries.md
@@ -177,7 +177,11 @@ query Query2 {
177
}
178
```
179
180
+<<<<<<< HEAD
181
**Text search or pattern matching operators \(`_contains`, `_startsWith`, `_endsWith`\)**
182
+=======
183
+**Text search or pattern matching operators (`_contains`, `_startsWith`, `_endsWith`)**
184
+>>>>>>> docs: Docs for queries, pagination, sorting (#4)
185
186
The `_contains`, `_startsWith`, `_endsWith` operators are used for pattern matching on string fields.
187
0 commit comments