Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unsupported characters from Elasticsearch index name #156

Merged
merged 2 commits into from
Oct 15, 2023

Conversation

StijnCaerts
Copy link
Collaborator

Related Issue(s):

Description:
Remove unsupported characters from Elasticsearch index name, by converting uppercase characters to lowercase and removing a set of pre-defined characters.
https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html#indices-create-api-path-params

PR Checklist:

  • Code is formatted and linted (run pre-commit run --all-files)
  • Tests pass (run make test)
  • Documentation has been updated to reflect changes, if applicable
  • Changes are added to the changelog

@StijnCaerts StijnCaerts changed the title #153: remove unsupported characters from Elasticsearch index name Remove unsupported characters from Elasticsearch index name Oct 9, 2023
Copy link
Collaborator

@jonhealy1 jonhealy1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@StijnCaerts Looks great.

@jonhealy1 jonhealy1 merged commit b324592 into stac-utils:main Oct 15, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants