Skip to content

Commit c9504c4

Browse files
Quick fix (#940)
* Quick fix * Remove spaces
1 parent 5dc31ee commit c9504c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Full-text search operators:
350350
| Symbol | Operator | Description |
351351
| --- | --- | --- | --- |
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)