We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc31ee commit c9504c4Copy full SHA for c9504c4
website/src/pages/en/subgraphs/querying/graphql-api.mdx
@@ -350,7 +350,7 @@ Full-text search operators:
350
| Symbol | Operator | Description |
351
| --- | --- | --- | --- |
352
| `&` | `And` | For combining multiple search terms into a filter for entities that include all of the provided terms |
353
-| | | `Or` | Queries with multiple search terms separated by the or operator will return all entities with a match from any of the provided terms |
+| `|` | `Or` | Queries with multiple search terms separated by the or operator will return all entities with a match from any of the provided terms |
354
| `<->` | `Follow by` | Specify the distance between two words. |
355
| `:*` | `Prefix` | Use the prefix search term to find words whose prefix match (2 characters required.) |
356
0 commit comments