-
Update elasticsearch to 7.17.7 (Ready for 8.x and apple silicon images are available) @maethu
-
Control-Panel: Fix potential issue with bool fields @maethu
-
Tests: Wait for elasticsearch service @maethu
-
Fix restricted object lookup @maethu
-
Add support for highlight feature of elasticsearch @instification
-
Use _old_searchResults when patching safeSearchResults @instification
-
Handle negative term filters (fixes #101) @instification
-
Check addon is installed before processing queue (fixes #108) @instification
-
Add support for optional es host in worker via PLONE_ELASTICSEARCH_HOST env variable @maethu
-
Rename
master
branch tomain
@ericof -
Drop support for Python 3.7 when using Plone 6.0 @ericof
-
Add support to plone.restapi and Volto @ericof
-
Implement IIndexQueueProcessor support @ericof
-
Refactor ElasticSearchCatalog methods into ElasticSearchManager object @ericof
-
Breaking: Remove collective.elasticsearch.es @ericof
-
Breaking: Remove collective.elasticsearch.hooks @ericof
-
Refactor moveObjectsByDelta to reduce the number of calls to ElasticSearch @ericof
-
Reindex operations update on the catalog send only updated index to ElasticSearch @ericof
-
Remove collective.celery support (as it is not Python-3 compatible yet) @ericof
-
Refactor hook.index_batch to reduce the number of calls do Elastic Search @ericof
-
Implement plone/code-analysis-action @ericof
-
Add support to Plone 6.0 @ericof
-
Support Python 3.7, 3.8, 3.9 and 3.10 @ericof
-
Drop support to Plone versions 4.3, 5.0 and 5.1 @ericof, @andreclimaco
-
Drop support to Python 2.7 @ericof, @andreclimaco
-
BREAKING: Make changes for ES 7.x @bduncan137
-
Slow down tests to allow them to complete correctly @bduncan137
-
Issue #76 In 5.1+ we want to patch _unindexObject not unindexObject @ewohnlich
-
Explicit error logging added, if ES bulk action for indexing failed. @nazrulworld
-
Fix commit hook bug when content has been moved @instification
-
Issue #63 Now ensuring unicode value would for both python2 and python3 case. @nazrulworld
-
Now possible to search by other than
Title
,Description
andSearchableText
indexes. @nazrulworld
- Add missing import logger @nazrulworld
- Fix Zope DateTime convert to also handle the datetime.date type @ewohnlich
- Fix sortable_title search issue @ewohnlich
-
Fix date queries to work with
min:max
as well asminmax
@vangheem -
Fix sort order parsing and implementation @vangheem
-
Handle upgrades with missing
es_only_indexes
properly @vangheem -
Add IReindexActive to request as a flag for other code @lucid-0
-
Python 3 Support @vangheem
-
Support ES 6 @lucid-0
-
Fix error causing "Server Status" on @@elastic-controlpanel to be empty. @fulv
-
Prevent critical error when by chance query value is None. @thomasdesvenain
-
Minor code cleanup: readability, pep8, 80 cols, zca decorators. @jensens
-
Fix date criteria: 'minmax' instead of 'min:max' + string to date conversion @ebrehault
- Gracefully handle upgrades in the settings interface so it doesn't break for people upgrading. @vangheem
- Running indexing as admin as it is possible to initiate reindex or index on an object that you do not have permissions for @vangheem
- released
-
Add a method to set the body of the request during index creation. @Gagaro
-
Fixed get brain in lazy list with negative indexes. @thomasdesvenain
-
The list of indexes that forces es search is configurable. @thomasdesvenain
-
Works under Plone 4.3. @thomasdesvenain
-
Works with archetypes contents. @thomasdesvenain
-
We can pass a custom results factory and custom query parameters to IElasticSearchCatalog.search() method. So we can use it as a public interface for custom needs. @thomasdesvenain
-
Prevent from unindex before reindex when uid is unchanged, for instance at rename. Use a set for to-remove list. @thomasdesvenain
-
Fix indexing when removing the Title and Description indexes from Plone @vangheem
- upgrade to elasticsearch 2.x @vangheem
- provide better search query @vangheem
- make sure to get alias definition right @vangheem
- create index as an alias so you can potentially work on an existing alias without needing downtime @vangheem
- change default sorting to descending. Issue #12 @neilferreira
- Initial release