Content
View differences
Updated by Parimal Satyal almost 2 years ago
### Steps to reproduce
* Open the work packages page
* Type something in "Search" in the sidebar
* Don't find what you are searching for, because it will only search the saved filters on work packages in the sidebar
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/114168/content">
### What is the buggy behavior?
* You actually need to open the "Filters" to do a search in the text of a work package. Since they are called filters, not search, it's unexpected that you have to open that for a text search (at least for me 😉 ) .
### What is the expected behavior?
* The placeholder texxt in the search input in the sidebar is specific to each module in which it is present.
* Replace "Search" with "Search by name" the following in these places:
<figure class="table op-uc-figure_align-center op-uc-figure"><table class="op-uc-table"><tbody><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p"><strong>Module</strong></p></td><td class="op-uc-table--cell"><p class="op-uc-p"><strong>Placeholder text</strong></p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p"><strong>Work packages</strong></p></td><td class="op-uc-table--cell"><p class="op-uc-p">Search views</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p"><strong>Gantt charts</strong></p></td><td class="op-uc-table--cell"><p class="op-uc-p">Search Gantt views</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p"><strong>Calendars</strong></p></td><td class="op-uc-table--cell"><p class="op-uc-p">Search calendars</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p"><strong>Team planners</strong></p></td><td class="op-uc-table--cell"><p class="op-uc-p">Search team planners</p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p"><strong>Boards</strong></p></td><td class="op-uc-table--cell"><p class="op-uc-p">Search boards</p></td></tr></tbody></table></figure>
### Nice to have, but out of scope for this bug:
* The "search" could maybe search for both (then the results would have to be structured, e.g. first list matching saved filters, then work packages or maybe filter the sidebar and list text-search-results in the content area in the right)
* Or let the user decide what to search for, like e.g. GitHub does: <img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/114169/content">
* Maybe there is even another, better way to solve this UX wise.
* Open the work packages page
* Type something in "Search" in the sidebar
* Don't find what you are searching for, because it will only search the saved filters on work packages in the sidebar
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/114168/content">
### What is the buggy behavior?
* You actually need to open the "Filters" to do a search in the text of a work package. Since they are called filters, not search, it's unexpected that you have to open that for a text search (at least for me 😉 ) .
### What is the expected behavior?
* The placeholder texxt in the search input in the sidebar is specific to each module in which it is present.
* Replace "Search" with "Search by name"
* The "search" could maybe search for both (then the results would have to be structured, e.g. first list matching saved filters, then work packages or maybe filter the sidebar and list text-search-results in the content area in the right)
* Or let the user decide what to search for, like e.g. GitHub does: <img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/114169/content">
* Maybe there is even another, better way to solve this UX wise.