mirror of
https://github.com/immich-app/immich.git
synced 2025-11-17 12:52:38 +09:00
feat(server): CLIP search integration (#1939)
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
|
||||
function onSearch() {
|
||||
const params = new URLSearchParams({
|
||||
q: value
|
||||
q: value,
|
||||
clip: 'true'
|
||||
});
|
||||
|
||||
goto(`${AppRoute.SEARCH}?${params}`, { replaceState: replaceHistoryState });
|
||||
|
||||
Reference in New Issue
Block a user