-
Notifications
You must be signed in to change notification settings - Fork 12
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
Tags containing spaces not working #43
Comments
Thanks, this should be fixed, indeed. I don't know how soon I'll have time to work on this, so patches welcome. |
Glad to hear it, thank you. Unfortunately, still novice Elisp'er here. |
I don't have much advice about this. It should be relatively simple to parse the string given by the user for any segments enclosed in quotes. Since the syntax is basically Lisp syntax, you can probably use the READ function.
You'd have to be more specific about which functions you mean. |
Fixes <#43>. Reported-by: Alfonso Montero <https://github.com/pataquets>
@pataquets This should be fixed now. Please let me know if it works for you. |
@alphapapa Tested. function works OK, thanks! |
I have several items tagged
view online
and I can't search them usingpocket-reader-search
.Looking at the code, query is split just by spaces alone, without any parsing for space-containing tags.
Possible solutions:
\SPC
.The text was updated successfully, but these errors were encountered: