You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-21Lines changed: 13 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,16 @@
2
2
3
3
[](https://packagist.org/packages/chr15k/laravel-meilisearch-advanced-query)[](https://packagist.org/packages/chr15k/laravel-meilisearch-advanced-query)[](https://packagist.org/packages/chr15k/laravel-meilisearch-advanced-query)[](https://packagist.org/packages/chr15k/laravel-meilisearch-advanced-query)[](https://packagist.org/packages/chr15k/laravel-meilisearch-advanced-query)
4
4
5
-
I wrote this package to help with generating more refined Meilisearch queries using an intuitive query builder (replacing the need to construct your own raw Meilisearh queries when working with Scout's advanced filter option), see the following doc for context: [Customizing Search Engine](https://laravel.com/docs/11.x/scout#customizing-engine-searches), then check out the Usage section below :)
5
+
I wrote this package to help with generating more refined Meilisearch queries using an intuitive query builder (replacing the need to construct your own raw Meilisearh queries when working with Scout's advanced filter option), check out the Usage section below :)
6
6
7
-
This packages assumes you have installed and setup [Laravel Scout](https://laravel.com/docs/11.x/scout) with [Meilisearch driver](https://laravel.com/docs/11.x/scout#meilisearch)
7
+
---
8
+
9
+
**NOTE** This packages assumes you have installed and setup the following:
0 commit comments