Skip to content

Commit

Permalink
docs: advanced search example
Browse files Browse the repository at this point in the history
  • Loading branch information
faustoq committed Jul 7, 2024
1 parent fcb0c12 commit 0c41271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $results = $client->search($query);
$query = (new Query('red leather shoes', 'fulltext'))
->where('price', 'lte', 9.99)
->where('gender', 'eq', 'unisex')
->sortBy('price' 'desc')
->limit(5)
->offset(1);

Expand Down

0 comments on commit 0c41271

Please sign in to comment.