Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luilliarcec committed Oct 17, 2024
1 parent 1c0eccf commit 72fcf94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,10 @@ QueryBuilder::for(Book::class)

#### _Text Filter_

The following example uses the comparison operator `$like:end`, which is equivalent to asking if there is a book where
isbn `End With` 54213
The following example uses the comparison operator `$endWith` isbn 54213

```php
GET /books?filter[isbn][value]=54213&filter[isbn][operator]=$like:end
GET /books?filter[isbn][value]=54213&filter[isbn][operator]=$endWith
```

```sql
Expand Down

0 comments on commit 72fcf94

Please sign in to comment.