- Fixes prefixing for whitelisted aliases and the RecordSearch class. - Adds basic Elasticsearch v7 support.
1.1.0
- Deprecates Elasticsearch v2 - Adds support for Elasticsearch indices prefix
1.0.2
- Updates the urllib3 dependency version pin. - Pins elasticsearch-dsl to <6.2.0, because of a breaking change in the handling of empty queries. - Adds the SEARCH_CLIENT_CONFIG configuration variable, allowing more complex configuration to be passed to the Elasticsearch client initialization.
1.0.1
- Fixes issues with idna/urllib3 dependencies conflicts. - Adds SEARCH_RESULTS_MIN_SCORE configuration variable to allow excluding search results which have a score less than the specified value.