-
Notifications
You must be signed in to change notification settings - Fork 47
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
(on filtering refactor, not released versions) searching is broken, task addressing is broken #56
Comments
I will take a look at this tonight |
ok, thanks 👍 |
For indexing by ID, what is the desired behavior, exactly? Is it: if an ID is explicitly passed, the task will not be filtered from the result, regardless of context, tags, projects, etc. ? |
Specifying an ID allows tasks that are out of context to be manipulated: For example, sometimes I search outside the context with If an ID is passed with filters such as tags or project, that should throw an error. I think that's the most clear way. |
Tracked as part of #59 |
In master, since #53 searching by keyword is broken.
dstask 23
task banana
The text was updated successfully, but these errors were encountered: