Skip to content

Commit

Permalink
Fix the wrong OPENSEARCH fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Dec 1, 2023
1 parent 37bbd2c commit 9d0e660
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

2.0.0rc6 (2023-12-01)
---------------------

- Fix the wrong OPENSEARCH fix [jensens]


2.0.0rc5 (2023-12-01)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "collective.elastic.ingest"
version = "2.0.0rc5"
version = "2.0.0r6"
description = "Ingestion service queue runner between Plone RestAPI and ElasticSearch or OpenSearch."
keywords = ["elasticsearch", "opensearch", "plone", "celery", "search", "indexer"]
readme = "README.rst"
Expand Down
4 changes: 4 additions & 0 deletions src/collective/elastic/ingest/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import os


OPENSEARCH = os.environ.get("INDEX_OPENSEARCH") == "1"

0 comments on commit 9d0e660

Please sign in to comment.