planka
planka copied to clipboard
Search/Filter
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.
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
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.
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 ?
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 ?
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:
- Display a search input and store its value in the Board model (ideally with debouncing when typing).
- Modify
getFilteredOrderedCardsModelArray
in the List model to filter by the stored search value.