Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove docs
Browse files Browse the repository at this point in the history
dwwoelfel committed Nov 26, 2024
1 parent 7f15399 commit 2d2d6c8
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions client/www/pages/docs/instaql.md
Original file line number Diff line number Diff line change
@@ -659,23 +659,6 @@ console.log(data)
}
```
### Comparison operators
The `where` clause supports comparison operators on fields that are indexed and have checked types.
{% callout %}
Add indexes and checked types to your attributes from the [Explorer on the the Instant dashboard](/dash?t=explorer) or from the [cli with Schema-as-code](/docs/schema).
{% /callout %}
| Operator | Description | JS equivalent |
| :------: | :----------------------: | :-----------: |
| `$gt` | greater than | `>` |
| `$lt` | less than | `<` |
| `$gte` | greater than or equal to | `>=` |
| `$lte` | less than or equal to | `<=` |
### $not
The `where` clause supports `$not` queries that will return entities that don't

0 comments on commit 2d2d6c8

Please sign in to comment.