Skip to content

Commit 0d04038

Browse files
committed
Fix table
1 parent c9504c4 commit 0d04038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/en/subgraphs/querying/graphql-api.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,9 @@ Full-text search queries have one required field, `text`, for supplying search t
348348
Full-text search operators:
349349

350350
| Symbol | Operator | Description |
351-
| --- | --- | --- | --- |
351+
| --- | --- | --- |
352352
| `&` | `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 |
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 |
354354
| `<->` | `Follow by` | Specify the distance between two words. |
355355
| `:*` | `Prefix` | Use the prefix search term to find words whose prefix match (2 characters required.) |
356356

0 commit comments

Comments
 (0)