Explorer
Explorer copied to clipboard
🗺️ Next-gen Elasticsearch driver for Laravel Scout.
If i manually create the index structure in che config.explorer.php file, when actually creating the index in elastic search the "type": "nested" part gets skipped and does not let me...
Hi 👋, First of all thank you for this amazing package. I Just started learning the basics of Elastic Search. I was trying to do filtering like this: ```php User::search("")->whereIn('id',...
Hello Thank you for the hardwork on this package it is exactly what I was hoping to find to get an elastic based index up for my app. I have...
Hello, Is there a way currently to batch index multiple records similar to the elastic:update command, but with where condition? I create many records in database and then i have...
Hello, When i have field set to float and the data is actually not float but lets say "1000,10" it doesnt throw an error, can this be fixed as its...
Hey there, I had a look through the code and tried to find a way to add ingest pipelines to index-calls. I did not find an easy way to do...
Hi. I am running the following commands 1. php artisan scout:index systems 2. php artisan scout:import "App\Model\System" it all says its good and imported ```php Imported [App\Models\System] models up to...
This allows a Date to be compared by range without the need to convert it to Unix timestamp (Numeric value). Implementing new Syntax Around() which is range with a tolerance...
I can't run Explorer with ElasticSearch because of version coflicts ```shell Problem 1 - Root composer.json requires jeroen-g/explorer ^3.7 -> satisfiable by jeroen-g/explorer[3.7.0]. - jeroen-g/explorer 3.7.0 requires elasticsearch/elasticsearch ^7.16 ->...
I've found an issue while setting up tests and trying to retrieve multiple responses after mocking the results. No matter how you set it up, your response will be provided...