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

feat(comp.backend): Implement Wild Card Search for Component Instance #232

Closed
lolaapenna opened this issue Sep 20, 2024 · 2 comments · Fixed by #357
Closed

feat(comp.backend): Implement Wild Card Search for Component Instance #232

lolaapenna opened this issue Sep 20, 2024 · 2 comments · Fixed by #357
Assignees

Comments

@lolaapenna
Copy link
Collaborator

lolaapenna commented Sep 20, 2024

Task Description
Implementing a flexible wild card search functionality for component instances.

Unlike our existing wild card searches, which only allow wildcards at the beginning or end of a string, this implementation should support placing the wildcard at a any position within the string.

For example: rn.cloud.sap/ccrn/kubernetes/*/-/-/-/namespace/myNamespace

Acceptance Criteria:
The wildcard (*) can be placed in the middle of the string, allowing for flexible matching of component instances.

@lolaapenna
Copy link
Collaborator Author

Now on low-priority as we focus on Narwahl Scanner

@lolaapenna
Copy link
Collaborator Author

Base search is implemented. We will close this ticket and create a new one later - wildcard search for issue-matches and services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment