-
**Describe the bug**
A recent change in Laravel Scout v8.6.1 moved commands to be registered during boot():
https://github.com/laravel/scout/pull/453
This causes the default scout:import to be us…
-
Currently searching nova for a full name will return no results as all of the name columns are stored as parts. We did at one point have DB columns for full name but that has been moved to the PHP mod…
-
Execute the command and paste the result below.
Command: `uname -a && php -v && composer info | grep hyperf && php --ri swoole`
```bash
Darwin 20.2.0 Darwin Kernel Version 20.2.0: Wed Dec 2 2…
-
Refactor the global search so that it finds all the elements without you needing to select a search type
Possibility to filtered result after search
-
Following these issues #99 and #102, README.md should be updated like this
## 1. Remove $ in front of command lines
closes: #99
example: meilisearch/meilisearch-js/pull/827
As stated in de [ma…
-
Hi there,
Is it possible to make the synchronization of Laravel Scout to be bulk?
We have millions of data records and if we make a request for each data entry, it will overwhelm our ES server.
A…
-
## Description
Bulk deleting isn't working for me, I get an error like:
```
Typesense\Exceptions\ObjectNotFound: Could not find a filter field named `feedback.id` in the schema
```
My colle…
-
Hello,
Since Cursor pagination has been added to the Laravel framework recently (https://github.com/laravel/framework/pull/37216), I was wondering whether this can be implemented for Scout as well?
-
Hello everyone,
With @shokme (the main author of this package) we decided for the plan of this repository to build an integration for Laravel Scout by staying completely compliant/conformed with th…
-
I will need to learn a bit more about Laravel Scout first, and see if they are open to have other drivers right inside the main project. I would assumed it's the case...
The idea is to add MeiliSea…