File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
website/src/pages/en/subgraphs/querying Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ Full-text search operators:
350
350
| Symbol | Operator | Description |
351
351
| --- | --- | --- | --- |
352
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 |
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 |
354
354
| ` <-> ` | ` Follow by ` | Specify the distance between two words. |
355
355
| ` :* ` | ` Prefix ` | Use the prefix search term to find words whose prefix match (2 characters required.) |
356
356
You can’t perform that action at this time.
0 commit comments