Skip to content

Commit 5cc8040

Browse files
metmirrdzhelezov
authored andcommitted
docs: Docs for queries, pagination, sorting (#4)
* docs(docs): pagination, queries, sorting * docs(docs): update announcing-hydra-v3.md
1 parent 6df0783 commit 5cc8040

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/queries.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,11 @@ query Query2 {
177177
}
178178
```
179179

180+
<<<<<<< HEAD
180181
**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)
181185
182186
The `_contains`, `_startsWith`, `_endsWith` operators are used for pattern matching on string fields.
183187

0 commit comments

Comments
 (0)