mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
Search/Filter #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ducky6944 on GitHub (Nov 24, 2020).
It would be great to have the ability to search for a cards or boards across projects. Basically a search results page that pulls up matching cards, boards, or projects, which you could then interact with from there.
Example Use Case. Evaluate everything that is currently in boards named "Doing" across multiple projects and/or boards. Giving greater visibility to Ops on what your teams are working on at the moment.
@timmwille commented on GitHub (Mar 30, 2023):
Wow this is open for a while now, but I agree, very important for managing all boards/cards with many users → I've commented on #308
@digitalethics commented on GitHub (Mar 14, 2024):
Agreed, the absence of search functionality in Planka severely limits its usability, especially for managing tasks across multiple boards and projects. Implementing a search feature would greatly enhance productivity by allowing users to quickly locate specific cards, boards, or projects. This functionality is essential for our team to effectively utilize Planka as our project management tool of choice. Thank you for considering this important feature request.
@emmguyot commented on GitHub (Apr 9, 2024):
The search feature is really important, at least, in the current board.
Is there anyone working on this feature ?
If there isn't, I may try to add the feature. @meltyshev Any hint for that ?
@meltyshev commented on GitHub (Apr 9, 2024):
Hi!
The board search has already been implemented and will be released in the V2. It's hard to move it to the current version, since the code base is different and it's complicated to merge. But if you need it right now, you can of course add it and we'll be happy to accept your Pull Request 🙂
Some implementation details:
getFilteredOrderedCardsModelArrayin the List model to filter by the stored search value.