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(filter): Implement Wild Card searching for issues #95

Closed
Tracked by #51
lolaapenna opened this issue Jul 30, 2024 · 1 comment
Closed
Tracked by #51

feat(filter): Implement Wild Card searching for issues #95

lolaapenna opened this issue Jul 30, 2024 · 1 comment
Assignees
Labels

Comments

@lolaapenna
Copy link
Collaborator

No description provided.

@michalkrzyz
Copy link
Collaborator

  • we need wildcard search for the primaryName of Issue
    so that you can search for CVE-13 for example and you get CVE-1344-4332
  • The Wildcard search should work for:
    PrimaryName + SecondaryName
  • we can later on add the description if we feel like its helping
  • SecondaryName is of IssueVariant

michalkrzyz added a commit that referenced this issue Aug 7, 2024
- Add search filter for wildcard-like searching
- Add compose makefile targets
michalkrzyz added a commit that referenced this issue Aug 7, 2024
- Add search filter for wildcard-like searching
- Add compose makefile targets
michalkrzyz added a commit that referenced this issue Aug 7, 2024
- Add search filter for wildcard-like searching
- Add compose makefile targets

Signed-off-by: Michal Krzyz <[email protected]>
michalkrzyz added a commit that referenced this issue Aug 7, 2024
- Add search filter for wildcard-like searching
- Add compose makefile targets

Signed-off-by: Michal Krzyz <[email protected]>
michalkrzyz added a commit that referenced this issue Aug 8, 2024
- Add search filter for wildcard-like searching
- Add compose makefile targets

Signed-off-by: Michal Krzyz <[email protected]>
michalkrzyz added a commit that referenced this issue Aug 8, 2024
- Add search filter for wildcard-like searching
- Add compose makefile targets

Signed-off-by: Michal Krzyz <[email protected]>
michalkrzyz added a commit that referenced this issue Aug 8, 2024
- Add search filter for wildcard-like searching
- Add compose makefile targets

Signed-off-by: Michal Krzyz <[email protected]>
michalkrzyz added a commit that referenced this issue Aug 8, 2024
- Add search filter for wildcard-like searching
- Add compose makefile targets

Signed-off-by: Michal Krzyz <[email protected]>
drochow added a commit that referenced this issue Aug 12, 2024
* feat(filter): Implement wild card searching for issue #95

- Add search filter for wildcard-like searching
- Add compose makefile targets

Signed-off-by: Michal Krzyz <[email protected]>

* Automatic application of license header

---------

Signed-off-by: Michal Krzyz <[email protected]>
Co-authored-by: License Bot <[email protected]>
Co-authored-by: David Rochow <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants