-
Notifications
You must be signed in to change notification settings - Fork 5
Changelog for Novicell.Examine.ElasticSearch
Arkadiusz Biel edited this page Dec 14, 2022
·
2 revisions
- Include Umbraco Examine Config by default
- changed configuration format from :
<add key="examine:ElasticSearch[duplicationindex].Url" value="http://localhost:9200" />
to<add key="examine:ElasticSearch:duplicationindex.Url" value="http://localhost:9200" />
- Introduce Novicell.Examine.ElasticSearch.Umbraco, where was moved Umbraco Composer
- Remove dependency of Umbraco in Novicell.Examine.ElasticSearch
- Upgrade to ElasticSearch 7
- Do not use custom index populators
- Use UmbracoIndexConfig instead of obsolete methods from Index Creator
- Fix aliasing of indexes
- Fix for compability with managed query from Examine
- Fix for compability with date range query from Examine
- Fix for compability with raw query from Examine
- First Release