You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So that i can query searches that are more advanced than just a simple text search
Acceptance criteria
Add elements to the website that allow the construction of complex search queries. Look at the advanced search in the MdH Dashboard for some inspiration
For this ticket it is sufficient if i have a way to add an arbitrary amount of filters to the search
The input forms don't need to be smart. This means, the input box that selects the meta data tag does not need to be a drop-down menu that already knows which tag names exist. It is ok if i have to know what exists and input a valid tag name.
I need a way to choose an operator (==, !=, <, <=, ...) and input a value
This ticket contains ONLY the frontend part. Everything related to actually performing the search is contained in ticket Advanced Search Backend #47
Definition of done (DoD)
A feature is considered complete when
All of its acceptance criteria have been met.
It has been thoroughly tested.
The code has been peer reviewed by the dedicated team.
It can be seamlessly integrated into the main branch without causing any negative side effects.
Its core functionality has been thoroughly documented.
DoD general criteria
Feature has been fully implemented
Feature has been merged into the mainline
All acceptance criteria were met
Product owner approved features
All tests are passing
Developers agreed to release
The text was updated successfully, but these errors were encountered:
User story
Acceptance criteria
Definition of done (DoD)
A feature is considered complete when
DoD general criteria
The text was updated successfully, but these errors were encountered: