feat(web): search improvements and refactor ()

This commit is contained in:
Michel Heusschen 2024-02-21 16:50:50 +01:00 committed by GitHub
parent 06c134950a
commit d3e14fd662
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 151 additions and 211 deletions
web/src/lib

View file

@ -69,7 +69,6 @@ export enum QueryParameter {
PREVIOUS_ROUTE = 'previousRoute',
QUERY = 'query',
SEARCHED_PEOPLE = 'searchedPeople',
SEARCH_TERM = 'q',
SMART_SEARCH = 'smartSearch',
PAGE = 'page',
}