All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Allow eager loading relationships on aggregated models (#131)
- Support to Lumen (#156)
- No longer sets scout metadata on non searchable models (bb1cefb)
- Issue while making unsearchable multiple models (#143)
- Support to Laravel Scout 7.0 (#137)
- Added configurable settings path (#120)
- Generated settings file docs example (1622cb0)
- Method
whereInon the query builder (#115)
- Warns the user to
scout:reimportif objectID invalid (3048d74)
- Exception when importing with no searchables with
scout:import(#109)
- Creation of search key using
Algolia::searchKey(ba0afdf)
scout:reimportwith indexes imported usinglaravel/scout(9aa9370)
- User agent version (21eb42f)
- First stable release
- Using
nullonModel::searchmethod (46c9405)
- Missing Eager loading in
searchmethod (d98dcce)
AlgoliaEngine::map()returnssearchable's collection (09ae017)
Builder::whereBetweenmethod to Builder (4161a60)
- Custom splitters must implement
Algolia\ScoutExtended\Contracts\SplitterContract.
- Queuing aggregators (#77)
Builder::wherenow accepts 3 arguments like Eloquent (d883ce1)
0.3.1 - 2018-11-19
- Wheres gets mutated before sending it to Algolia (8075476)
0.3.0 - 2018-11-19
- Support to
<,<=,=,!=,>=,>operators inBuilder::wheremethod (#69)
- Object gets mutated before sending it to Algolia (#68)
0.2.0 - 2018-11-16
Algolia::searchKeymethod (1bbffa9)
- No verification of
shouldBeSearchablewhile callingmakeAllSearchablein aggregators (62) - No usage of
scout.chunk.searchablewhile callingmakeAllSearchablein aggregators (62) - No usage of
ModelsImportedevent while callingmakeAllSearchablein aggregators (29c56a6)
@scoutdirective (1bbffa9)
0.1.1 - 2018-11-05
- Updated order of settings in
config.blade.phpview (841c002)
- Initial release