Skip to content

Releases: studioespresso/craft-scout

1.2.0

01 May 10:29
5af3c9c
Compare
Choose a tag to compare

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

10 Apr 11:56
2ac5cd8
Compare
Choose a tag to compare

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

27 Feb 09:21
Compare
Choose a tag to compare

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

13 Feb 09:28
c69a4b8
Compare
Choose a tag to compare

1.1.2 - 2019-02-13

  • Fixed an issue with deindexing elements, thanks @chrislam

1.1.1

21 Jan 14:07
c5d4650
Compare
Choose a tag to compare

1.1.1 - 2019-01-21

  • Fixes issue with console commands on Folder capitalization, thanks @philipzaengle

1.1.0

03 Dec 10:52
1d8f6de
Compare
Choose a tag to compare

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

23 Nov 08:49
Compare
Choose a tag to compare

1.0.2 - 2018-11-23

  • Fixed validator int --> integer
  • Added siteId to splitElementIndex

1.0.1

29 Oct 10:30
0500fba
Compare
Choose a tag to compare

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

07 Oct 10:08
ce67599
Compare
Choose a tag to compare

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

27 Aug 14:59
Compare
Choose a tag to compare

0.4.2 - 2018-07-09

Fixed

  • Object IDs are now unique for multisites