-
Notifications
You must be signed in to change notification settings - Fork 108
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 for regex in tag search #305
Comments
@SterlingHooten There is |
Thank you! That's exactly it, don't know how I missed that in the documentation. |
@akirak Thanks for helping with this. @SterlingHooten Is there anything else to be done on this issue? |
@alphapapa No, you can close it, thanks! |
I see from #145 that there's the possibility for tag hierarchy support, but this seems to require explicitly denoting tags as a group prior to executing a query.
What I'd like is to be able to match tags like "emacs" and "emacs_org" with a wildcard. The default org search can do this with
{^emacs.*}
but it looks like org-ql's syntax only accepts strings for tag searches.Is there a way to search through tags using regular expressions instead?
The text was updated successfully, but these errors were encountered: