Skip to content

Commit

Permalink
update OpenSearch verison
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Dec 23, 2024
1 parent 8ebf18f commit 82f645a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install and run OpenSearch 📦
uses: esmarkowski/[email protected]
with:
version: 2.12.0
version: 2.18.0
security-disabled: true
port: 9209
- name: Run unit tests
Expand Down
4 changes: 2 additions & 2 deletions pygeofilter/backends/opensearch/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# THE SOFTWARE.
# ------------------------------------------------------------------------------

""" General utilities for the Elasticsearch backend.
""" General utilities for the OpenSearch backend.
"""

import re
Expand All @@ -34,7 +34,7 @@
def like_to_wildcard(
value: str, wildcard: str, single_char: str, escape_char: str = "\\"
) -> str:
"""Adapts a "LIKE" pattern to create an elasticsearch "wildcard"
"""Adapts a "LIKE" pattern to create an OpenSearch "wildcard"
pattern.
"""

Expand Down

0 comments on commit 82f645a

Please sign in to comment.