Content
View differences
Updated by Oliver Günther over 8 years ago
**As** a user
**I want** a UI for search that is understandable
**so that** I understand what the search does and I make fewer mistakes.
**Acceptance criteria**
- It is no longer unclear what “Titles only” and “All words” means
- “Search titles only”: Only the titles (or to be exact - the first attribute specified in the acts\_as\_searchable declaration) of searched objects is matched agains the search string: “Subject” for work packages, “title” for wiki pages, …
- “All words”:
- When checked, will require all words of the search string to match
- When unchecked, will require at least one word of the search string to match
- Other UI improvements that need to be defined.
- magnifier icon needs to be clickable and should link to the advanced search
**I want** a UI for search that is understandable
**so that** I understand what the search does and I make fewer mistakes.
**Acceptance criteria**
- It is no longer unclear what “Titles only” and “All words” means
- “Search titles only”: Only the titles (or to be exact - the first attribute specified in the acts\_as\_searchable declaration) of searched objects is matched agains the search string: “Subject” for work packages, “title” for wiki pages, …
- “All words”:
- When checked, will require all words of the search string to match
- When unchecked, will require at least one word of the search string to match
- Other UI improvements that need to be defined.
- magnifier icon needs to be clickable and should link to the advanced search