Content
View differences
Updated by Marc Alcobé 3 months ago
**As a** tablet user
**I want** to search across projects for work packages using a persistent search interface
**so that** I can quickly find and inspect relevant items without navigating through multiple modules.
**Acceptance criteria**
* When displayed on a tablet in landscape orientation, Global search uses a **master–detail layout**:
* **Top area**:
* Persistent search input
* Filter controls (Projects, Status, Type, Assignee)
* **Left pane**:
* Search results list
* Recently edited items when no query is entered
* **Right pane**:
* Details of the selected result
* Can be collapsed
* Entering a search query updates the results list in real time.
* Users can:
* Filter search results by project, status, type, and assignee
* Clear filters individually
* Selecting a search result updates the detail pane without navigating away from search.
* The search results are for now limited to work packages.
* The detail pane reuses the standard work package detail layout.
* For 0.2.2 we will implement search as a full screen, same as implemented in mobile to avoid problems with the navigation bar. This means the left navigation bar will not be present on the search module.
**Technical notes**
* The tablet Global search layout is enabled at the tablet breakpoint: 900px.
* On phones or tablets in portrait orientation, the phone Global search layout is used.
* Search input remains focused while interacting with filters.
* Results and detail panes are rendered independently.
* Search respects server-side permissions and indexing rules.
**Permissions and visibility considerations**
* Search results only include items the user has permission to view.
* Filters only list values available within the user’s visible scope.
* The detail pane displays only fields the user is allowed to see.
**Translation considerations**
* No additional strings required on top of the mobile module ones
**Out of scope**
* For 0.2.3 with the work of <mention class="mention" data-id="71053" data-type="work_package" data-text="#71053">#71053</mention> we will move search to a full module
* Full-text highlighting inside results
* Other item search, like projects or portfolios
* Saved searches
* Portrait-optimized tablet layout
**I want** to search across projects for work packages using a persistent search interface
**so that** I can quickly find and inspect relevant items without navigating through multiple modules.
**Acceptance criteria**
* When displayed on a tablet in landscape orientation, Global search uses a **master–detail layout**:
* **Top area**:
* Persistent search input
* Filter controls (Projects, Status, Type, Assignee)
* **Left pane**:
* Search results list
* Recently edited items when no query is entered
* **Right pane**:
* Details of the selected result
* Can be collapsed
* Entering a search query updates the results list in real time.
* Users can:
* Filter search results by project, status, type, and assignee
* Clear filters individually
* Selecting a search result updates the detail pane without navigating away from search.
* The search results are for now limited to work packages.
* The detail pane reuses the standard work package detail layout.
* For 0.2.2 we will implement search as a full screen, same as implemented in mobile to avoid problems with the navigation bar. This means the left navigation bar will not be present on the search module.
**Technical notes**
* The tablet Global search layout is enabled at the tablet breakpoint: 900px.
* On phones or tablets in portrait orientation, the phone Global search layout is used.
* Search input remains focused while interacting with filters.
* Results and detail panes are rendered independently.
* Search respects server-side permissions and indexing rules.
**Permissions and visibility considerations**
* Search results only include items the user has permission to view.
* Filters only list values available within the user’s visible scope.
* The detail pane displays only fields the user is allowed to see.
**Translation considerations**
* No additional strings required on top of the mobile module ones
**Out of scope**
* For 0.2.3 with the work of <mention class="mention" data-id="71053" data-type="work_package" data-text="#71053">#71053</mention> we will move search to a full module
* Full-text highlighting inside results
* Other item search, like projects or portfolios
* Saved searches
* Portrait-optimized tablet layout