Replace current component for searching in the logbook
Current component is React-combo search
Reasons to change:
- component has been customized in a personal repo, and we want to get rid of this dependency.
- search after a certain date does not work.
- clicking on the arrow down to change the search criteria does not work
Requirements
- filter by free text (some logbook content text)
- filter from a selection (event type, authors)
- filter by date (before/after a given date)
- single line (so that it does not take too much space on the page and can stay visible upon scrolling
- combine filters (AND, OR)
- search by everything when the user only provides some text
Possible candidate(s):
- react-filter-box https://www.npmjs.com/package/react-filter-box
- Jira like (proposed by Stu here)
Edited by Maxime Chaillet