From 31e49c23bd2abcfc2bea3b2954383b4cd3eade4c Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 1 Jul 2022 12:27:58 +1000 Subject: [PATCH] Allow supplier parts to be search by part.keywords field (#3278) --- InvenTree/company/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/company/api.py b/InvenTree/company/api.py index d7f1f1ccdb..2f1e1ba421 100644 --- a/InvenTree/company/api.py +++ b/InvenTree/company/api.py @@ -345,6 +345,7 @@ class SupplierPartList(ListCreateDestroyAPIView): 'part__IPN', 'part__name', 'part__description', + 'part__keywords', ]