Skip to content

Fix issue where hyphen in kind name causes search to fail

Morris Estepa requested to merge aws-integration-merge-estepamo into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • Google Cloud
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

Search is failing when searching a kind where the data partition id contains a hyphen (e.g. "partition-id-name:::*")

What is the new/expected behavior?

Search completes successfully

Have you added/updated Unit Tests and Integration Tests?

Yes

Any other useful information

Merge request reports