mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(server): search filename using originalFileName (#7691)
This commit is contained in:
parent
4323d18387
commit
1eea547aa2
5 changed files with 10 additions and 10 deletions
|
|
@ -94,7 +94,7 @@
|
|||
|
||||
let payload: SmartSearchDto | MetadataSearchDto = {
|
||||
query: filter.context || undefined,
|
||||
originalPath: filter.filename,
|
||||
originalFileName: filter.filename,
|
||||
country: filter.location.country,
|
||||
state: filter.location.state,
|
||||
city: filter.location.city,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue