From 6ef01383f026f51b547762b084fcaa162aeb6fde Mon Sep 17 00:00:00 2001 From: Lucas Date: Sat, 11 Oct 2025 12:22:12 +0200 Subject: [PATCH] shippable-bug-fixed --- src/lbc/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lbc/utils.py b/src/lbc/utils.py index 4323399..245c529 100644 --- a/src/lbc/utils.py +++ b/src/lbc/utils.py @@ -251,7 +251,7 @@ def build_search_payload_with_args( payload["filters"]["keywords"]["type"] = "subject" if shippable: - payload["filters"]["locations"]["shippable"] = True + payload["filters"]["location"]["shippable"] = True if kwargs: for key, value in kwargs.items():