larasearch
larasearch copied to clipboard
Searchable Eloquent Models
Hello, First of all, thank you for this great package. I have a question about bulk insertions in Laravel. I am using Eloquent's 'insert' method to insert data to mysql...
path
When i execute php artisan larasearch:paths User i got User not find I m using L5 Thanks
Hi there, when i'm trying to reindex by command: ``` php artisan larasearch:reindex CGCase\\Models\\Objects --relations ``` and it showing this: ``` php artisan larasearch:reindex CGCase\\Models\\Objects --relations ---> Reindexing CGCase\Models\Objects *...
Use the `Iverberk\Laraserach\Providers\L5ServiceProvider` for Laravel 5 and `Iverberk\Larasearch\Providers\L4ServiceProvider` for Laravel 4. For backwards compatibility `Iverberk\Larasearch\LarasearchServiceProvider` simple extends `L4ServiceProvider`.
Hi Ivo, Is it possible to apply boost on Individual fields with the caret (^) notation? Like this sample: ``` json { "multi_match" : { "query" : "this is a...
I'm new to Elastic Search and your package help me do a lot of magic things. Now, I need it in my Laravel 5 project so I modify some file...
For soft-deletable Models, for now save() and delete() actions do update and delete related documents within Elastic Search. However, restore() does not recreate a document within Elastic Search.