mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
parent
3bdd2612ce
commit
a6cd4b8427
2 changed files with 7 additions and 4 deletions
|
|
@ -2210,7 +2210,7 @@ export function searchMetadata({ metadataSearchDto }: {
|
|||
metadataSearchDto: MetadataSearchDto;
|
||||
}, opts?: Oazapfts.RequestOpts) {
|
||||
return oazapfts.ok(oazapfts.fetchJson<{
|
||||
status: 201;
|
||||
status: 200;
|
||||
data: SearchResponseDto;
|
||||
}>("/search/metadata", oazapfts.json({
|
||||
...opts,
|
||||
|
|
@ -2248,7 +2248,7 @@ export function searchSmart({ smartSearchDto }: {
|
|||
smartSearchDto: SmartSearchDto;
|
||||
}, opts?: Oazapfts.RequestOpts) {
|
||||
return oazapfts.ok(oazapfts.fetchJson<{
|
||||
status: 201;
|
||||
status: 200;
|
||||
data: SearchResponseDto;
|
||||
}>("/search/smart", oazapfts.json({
|
||||
...opts,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue