Download the PHP package konsulting/scout-elastic-app-search without Composer
On this page you can find all versions of the php package konsulting/scout-elastic-app-search. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download konsulting/scout-elastic-app-search
More information about konsulting/scout-elastic-app-search
Files in konsulting/scout-elastic-app-search
Package scout-elastic-app-search
Short Description Laravel Scount Adapter for Elastic Enterprise App Search
License MIT
Homepage https://github.com/konsulting/scout-elastic-app-search
Informations about the package scout-elastic-app-search
Elastic App Search Driver for Laravel Scout
Integrate Elastic App Search with Laravel Scout.
This is an early but functional version. Tests to be added.
Installation
You can install the package via composer:
Usage
In order to use the package, you must set Laravel Scout to use the driver
Then set up the connection details for Elastic App Search
You will also need to adjust config/scout.php
so that the chunk sizes are 100 records:
Once you have adde the Searchable Trait to your model. You will be able to search with:
If you wish to have more control over the search, you can extend it in the familiar way with Scout.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Keoghan Litchfield
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.