Releases: studioespresso/craft-scout
Releases · studioespresso/craft-scout
1.2.0
1.2.0 - 2019-05-01
Changed
- Scout now uses v2 of the Algolia API in the background. Nothing has changed in Scout usage.
1.1.4
1.1.4 - 2019-04-10
Added
search_api_key
setting to model
- Twig variables for accessing Algolia settings in front end templates
Changed
- Normalised the mixture of quotes in the config example documentation
1.1.3
1.1.3 - 2019-02-27
- Fixed a regression by the previous release when deleting elements would not deIndex them.
- Add support for force flushing
1.1.2
1.1.2 - 2019-02-13
- Fixed an issue with deindexing elements, thanks @chrislam
1.1.1
1.1.1 - 2019-01-21
- Fixes issue with console commands on Folder capitalization, thanks @philipzaengle
1.1.0
1.1.0 - 2018-12-03
- Added an
indexSettings
option to mappings that allows for code-based index settings. Thanks to @timkelty
- Added
./craft scout/settings/update
and ./craft scout/settings/dump
commands.
1.0.2
1.0.2 - 2018-11-23
- Fixed validator int --> integer
- Added siteId to splitElementIndex
1.0.1
1.0.1 - 2018-10-29
Fixed
- cast site ids to int as craft/yii returns int as string (#39) @larsboldt
- add connect timeout option (#38) @larsboldt
- Replace call to
deIndexElements
with indexElements
(#37)
1.0.0
1.0.0 - 2018-10-07
Fixed
- Fixed an issue where objects weren't being deleted from the index
- Fixed an issue where splitting indices on site or siteId wouldn't work
Added
0.4.2
0.4.2 - 2018-07-09
Fixed
- Object IDs are now unique for multisites