From fc1d1cf845310472efe14bcc0185776479874db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6hler?= Date: Mon, 27 Jan 2025 13:01:36 +0100 Subject: [PATCH] fix: issue#174 - criteria from autocompleteComponent are now added to correct subquery --- .../src/components/catalogue/AutoCompleteComponent.svelte | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/lib/src/components/catalogue/AutoCompleteComponent.svelte b/packages/lib/src/components/catalogue/AutoCompleteComponent.svelte index 92dd29f9..28862724 100644 --- a/packages/lib/src/components/catalogue/AutoCompleteComponent.svelte +++ b/packages/lib/src/components/catalogue/AutoCompleteComponent.svelte @@ -1,7 +1,11 @@