Skip to content

Commit

Permalink
sm
Browse files Browse the repository at this point in the history
  • Loading branch information
nezaj committed Nov 26, 2024
1 parent 63577e6 commit 0427c8d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions client/www/pages/docs/instaql.md
Original file line number Diff line number Diff line change
Expand Up @@ -881,12 +881,8 @@ The `where` clause supports `$like` on fields that are indexed with a checked `s
| `{ $like: "%fit%" }` | Contains 'fit' | `includes` |
`{ $like: "%promoted!" }` looks for values that end with "promoted!".
`{ $like: "Get%" }` looks for values that start with "Get".
`{ $like: "%fit%" }` looks for values that contain "fit".
Here's how you can use `$like` to find all goals that end with the word
"promoted!"
```javascript
// Find all goals that end with the word "promoted!"
Expand Down

0 comments on commit 0427c8d

Please sign in to comment.