mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
refactor: rename searchMetadata to searchAssets (#14151)
This commit is contained in:
parent
ed8a3101a8
commit
9e1e9b1fbf
11 changed files with 32 additions and 32 deletions
|
|
@ -2483,7 +2483,7 @@ export function getExploreData(opts?: Oazapfts.RequestOpts) {
|
|||
...opts
|
||||
}));
|
||||
}
|
||||
export function searchMetadata({ metadataSearchDto }: {
|
||||
export function searchAssets({ metadataSearchDto }: {
|
||||
metadataSearchDto: MetadataSearchDto;
|
||||
}, opts?: Oazapfts.RequestOpts) {
|
||||
return oazapfts.ok(oazapfts.fetchJson<{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue