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

add: Filter feed names with fuzzy search #122

Merged
merged 4 commits into from
Feb 3, 2025

Conversation

zeljkobekcic
Copy link
Contributor

Resolves: #119

This PR implements fuzzy searching on tags.

I removed the old FilterBy function and introduced a function to filter on the feed names. Also moved the condition of FilterBy outside of the function.

If a feed name matches multiple feed name filters in the fuzzy search, then only the best match will be returned. This is to prevent duplicates in the output.

@guyfedwards guyfedwards merged commit be1ab66 into guyfedwards:master Feb 3, 2025
2 checks passed
@guyfedwards
Copy link
Owner

thanks for this @zeljkobekcic

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

Successfully merging this pull request may close these issues.

Allow wildcard (*) in filtering
2 participants