lmb-embrapa / machado

This repository provides users with a framework to store, search and visualize biological data.
GNU General Public License v3.0
26 stars 15 forks source link

upgrade django-haystack to run elasticsearch 7 #331

Closed azneto closed 2 years ago

azneto commented 2 years ago

Recently Django-haystack made the backend for elasticsearch 7 available.

https://github.com/django-haystack/django-haystack/blob/af6fb01522702511ed0cdb5a0e020019a95ec485/haystack/backends/elasticsearch7_backend.py

Of course, it's best to run an updated version of elasticsearch, but it's necessary to test this upgrade to find out it's backwards compatible.

azneto commented 2 years ago

341 and #340