-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Adding filters to list
?
#15
Comments
@goldcaddy77 Yeah, you are right. Initially, I thought that using grep was enough. However, recently I think that filter option will make this more useful. |
I think it would be a nice addition. Anybody else? |
Definitely worth it! The biggest one being date based filters. |
Thank you for your opinion. I'm happy. I want to implement this as soon as possible. |
No worries - thanks for your work on the project 👍 |
Agreed! I know some go...Maybe I'll give it a shot :) |
PR welcome! I would like to implement the filter feature by parsing the received filter query, converting it to AST, and evaluating if the item matches the query. |
@goldcaddy77 @jmburges Sorry for being late.
But some functions are WIP. Based on: https://support.todoist.com/hc/en-us/articles/205248842-Filters
|
I think filter by Project should be prioritized, it's the filter I would use the most often! |
OK, I'll implement this. |
Hi there - the bit missing for my use here is the "next X days" option. If you revisit this, please consider making this high in the priority list. Is it a limitation of the todoist api that the filter queries can't be passed back to the server? |
just a note that I missed filtering by |
I implemented project filter in #57 |
Amazing! Thank you :-) Going to re-install and play around |
oh, not |
@sachaos it works! Thank you! <3 |
Not sure if this is the right place to ask, but is wildcard supported? For example, @home* to filter labels with homework and home? |
Try it out, then if it doesn't work, raise a separate issue?
…On Tue, 25 Jun 2019, 13:45 Adam Lee, ***@***.***> wrote:
Not sure if this is the right place to ask, but is wildcard supported? For
example, @home* to filter labels with homework and home?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15?email_source=notifications&email_token=AAA33MLI5J2PBUTQYP5W7CDP4IHNHA5CNFSM4DV2PUR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYQDQUA#issuecomment-505428048>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAA33MNVZED3UUIVWOLOHALP4IHNHANCNFSM4DV2PURQ>
.
|
Keyword search would be really helpful. Any chance to implement it? |
@nabaco please make another issue regarding this |
opened #191 |
Came here to say this 🎉 |
This is fantastic @sachaos , but is this tickbox list maintained anywhere? I assume it's out of date by now?
|
@shanness Yes, I think it's outdated. |
Hi, have you thought about adding filters to
list
so that you could query for justp4
tasks or filtering by name? Or do you just expect that people will filter using the command line?The text was updated successfully, but these errors were encountered: