Search/Filter #44

Open
opened 2026-02-04 16:46:00 +03:00 by OVERLORD · 4 comments
Owner

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.

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.
OVERLORD added the enhancement label 2026-02-04 16:46:00 +03:00
Author
Owner

@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

@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
Author
Owner

@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.

@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.
Author
Owner

@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 ?

@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 ?
Author
Owner

@meltyshev 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 ?

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.
@meltyshev 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 ? 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#44