immich/web/src/lib/components
Justin Forseth d3a5490e71
feat(server): search unknown place (#10866)
* Allow submission of null country

* Update searchAssetBuilder to handle nulls

andWhere({country:null}) produces `"exifInfo"."country" = NULL`. We want
`"exifInfo"."country" IS NULL`, so we have to treat NULL as a special
case

* Allow null country in frontend

* Make the query code a bit more straightforward

* Remove unused brackets import

* Remove log message

* Don't change whitespace for no reason

* Fix prettier style issue

* Update search.dto.ts validators per @jrasm91's recommendation

* Update api types

* Combine null country and state into one guard clause

* chore: clean up

* chore: add e2e for null/empty city, state, country search

* refactor: server returns suggestion for null values

* chore: clean up

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
Co-authored-by: Jason Rasmussen <jason@rasm.me>
2024-08-02 03:27:40 +00:00
..
admin-page feat(web): more localized number formatting (#11401) 2024-07-29 10:38:27 -04:00
album-page fix: make HTML valid (#11465) 2024-07-31 00:05:08 -04:00
asset-viewer refactor: deduplicate MemoryType and ReactionType enums (#11479) 2024-07-31 12:08:31 -05:00
assets/thumbnail feat(web): more localized number formatting (#11401) 2024-07-29 10:38:27 -04:00
elements fix(web): avoid nesting buttons inside links (#11425) 2024-07-29 10:36:10 -04:00
faces-page feat: people infinite scroll (#11326) 2024-07-25 15:59:28 -04:00
forms chore(web): remove unnused property (#10820) 2024-07-03 16:41:17 -04:00
i18n feat(web): render component in notifications (#10990) 2024-07-10 09:05:04 -05:00
layouts feat(web): search albums (#7322) 2024-02-22 09:04:43 -05:00
map-page chore(web): another missing translations (#10274) 2024-06-24 09:50:01 -04:00
memory-page feat(web): more localized number formatting (#11401) 2024-07-29 10:38:27 -04:00
onboarding-page refactor(web): use callbacks for admin setting events (#10997) 2024-07-10 08:57:18 -05:00
photos-page refactor(web): asset viewer actions (#11449) 2024-07-31 12:25:38 -04:00
share-page chore(web): another missing translations (#10274) 2024-06-24 09:50:01 -04:00
shared-components feat(server): search unknown place (#10866) 2024-08-02 03:27:40 +00:00
sharedlinks-page fix(web): shared link card (#10702) 2024-06-30 17:34:52 -05:00
user-settings-page fix(web): buy immich translations (#11379) 2024-07-26 13:41:59 -05:00
utilities-page feat(web): Duplicate-Page shortcut changes (#11183) 2024-07-26 21:47:51 +00:00
slideshow-settings.svelte fix(web): translations (#10021) 2024-06-07 12:23:13 +01:00