tasks icon indicating copy to clipboard operation
tasks copied to clipboard

[Feature-Request] Search tasks by "add task"-texbox

Open DoS007 opened this issue 3 months ago • 0 comments

Is your feature request related to a problem? Please describe.

Problem: Big list and want to see all tasks that contain some words and handle all these similar ones (e.g. put some of them to another list and other things; reorganize them, change them).

Describe the solution you'd like

Proposed solution: Add a small button left to tag-filter and ordering buttons. E.g. magnifer glass with "live" symbol (or lighning/thunderbolt). Then when one writes into the textbox, the list is reduced to all items which contain the words (on each key type further reduction).

Describe alternatives you've considered

Current solution: In https://github.com/nextcloud/tasks/pull/2427 usage for the global search was introduced. This allows to search and see the tasks, on clicking them, the page reloads the page and after a short time one sees a list with all the tasks and the clicked one, which is highlighted.

Problem with this solution:

  • separate search page and small loading overhead (and back and forth)
  • only gives the option to edit one single item and not multiple in one sight (in accordance)

Additional context

No response

DoS007 avatar Sep 23 '25 14:09 DoS007