mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat: search by description (#15818)
* feat: search by description * wip: mobile * wip: mobile ui * wip: mobile search logic * feat: using f_unaccent * icon to fit with text search
This commit is contained in:
parent
a808a840c8
commit
4efacfbb91
16 changed files with 217 additions and 31 deletions
|
|
@ -101,6 +101,7 @@ export interface SearchExifOptions {
|
|||
make?: string | null;
|
||||
model?: string | null;
|
||||
state?: string | null;
|
||||
description?: string | null;
|
||||
}
|
||||
|
||||
export interface SearchEmbeddingOptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue