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

Allow prefix and suffix wildcard tag search #1082

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

glampr
Copy link
Contributor

@glampr glampr commented Apr 8, 2022

Improve on wild: true option for wildcard tag searches to also allow:

  • placing the wildcard only at the suffix with wild: :suffix to search for SQL awesome%
    • (would be called prefix search, wildcard is the suffix, hence wild: :suffix)
  • placing the wildcard only at the prefix with wild: :prefix to search for SQL %awesome
    • (would be called suffix search, wildcard is the prefix, hence wild: :prefix)

Let me know what you think, thanks!

@glampr glampr force-pushed the wild-prefix-suffix branch 2 times, most recently from f45dd58 to be349ae Compare April 10, 2022 09:02
@seuros seuros self-assigned this Apr 26, 2022
@seuros
Copy link
Collaborator

seuros commented Apr 26, 2022

Can you rebase this PR please.

@glampr
Copy link
Contributor Author

glampr commented Apr 26, 2022

I have rebased the branch to latest master.

@seuros seuros merged commit 2014fcc into mbleigh:master Apr 26, 2022
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.

2 participants