Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Releases: Kinto/kinto-algolia

1.1.0

26 Apr 14:33
Compare
Choose a tag to compare
  • Upgrade to algoliasearch 2.0

1.0.0

08 Feb 17:26
Compare
Choose a tag to compare
  • Add support for collections whitelist. (#6)

0.2.0

18 Jul 11:42
Compare
Choose a tag to compare

Bug fixes

  • Update algolia settings.

0.1.1

18 Jul 11:42
Compare
Choose a tag to compare

Bug fixes

  • Fix reindex command.

0.1.0

12 Apr 08:52
Compare
Choose a tag to compare

New features

  • Flush indices when server is flushed
  • Perform insertions and deletion in bulk for better efficiency
  • Add heartbeat
  • Delete indices when buckets and collections are deleted
  • Support quick search from querystring
  • Support defining mapping from the algolia:settings property in the collection metadata

Bug fixes

  • Only index records if the storage transaction is committed
  • Do not allow to search if no read permission on collection or bucket
  • Fix empty results response when plugin was enabled after collection creation

Internal changes

  • Create index when collection is created