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

refactor(service): allow wildcards in service search #260

Open
3 tasks
drochow opened this issue Sep 26, 2024 · 0 comments
Open
3 tasks

refactor(service): allow wildcards in service search #260

drochow opened this issue Sep 26, 2024 · 0 comments

Comments

@drochow
Copy link
Collaborator

drochow commented Sep 26, 2024

Task Description

The service search term does currently append a wildcard at start and end. Parse the string instead and replace "*" with wildcards.

Acceptance Criteria:

  • Wildcards can get dynamically be added
  • Multiple wildcards are possible
  • Providing NO wildcard does result in an exact term search

Expected Test:

  • Existing tests should break, as functionality changes
  • Add tests for:
    • multiple wildcards
    • single wildcards
    • exact term
@lolaapenna lolaapenna added this to the Heureka Asset Discovery milestone Sep 26, 2024
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

No branches or pull requests

2 participants