Fix issue where users could not search using hundreds of kinds at once
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?
Searching using hundreds of kinds at once in AWS is failing.
What is the new/expected behavior?
Search service will search using index aliases when the list of kinds are too long
Have you added/updated Unit Tests and Integration Tests?
Yes