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

Keep task order from filter query #29

Open
skullbunnygalaxy opened this issue Feb 10, 2023 · 1 comment
Open

Keep task order from filter query #29

skullbunnygalaxy opened this issue Feb 10, 2023 · 1 comment

Comments

@skullbunnygalaxy
Copy link

When populating tasks it would be nice to keep them in the order I have them in based on the filter.

For example, my primary filter in Todoist is overdue, ((@routine&!@Calendar&p1) & today),((!@routine* &!@Calendar) & today), ((@routine&!@Calendar&(p2|p3)) & today), ((@routine&!@Calendar&No priority) & today),@Calendar.

However, when using this filter in Todoist Text, it does not keep them in that order.

@skullbunnygalaxy
Copy link
Author

While reviewing the REST API documentation for another issue, I found out that the comma operator is not supported when using the filter parameter in a single API call. The only way this would work is to look for the comma operator and split the filter into multiple API calls within the plugin itself, which I suspect is how that is implemented within the Todoist app itself in order to utilize that functionality.

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

No branches or pull requests

1 participant