immich
immich copied to clipboard
feat: Search filtering logic
I was thinking that we always return an object of all search options. This way, we could update the suggestions on select of an option, not when opening a combobox. Should help with performance a lot.
I was debating on this, it means we will do the filtering on the client. I opt-in for filtering on the server instead, to keep the payload light.
Bugs:
- X button covers new filter button when some search string is entered...
- filter window cannot be closed clicking outside
- search button doesn't work, it does nothing
- using Enter to confirm search reloads the whole page on
/photos?context=panorama&start-date=&end-date=&radio-type=allwithout any result - regular photos page - using new filter from the results returned by old simple search, reloads the page always with no results with message
No results Try a synonym or more general keyword
browser: Firefox, Chrome