From ffe66472feb833887604322eb7287c5f6eb7f71f Mon Sep 17 00:00:00 2001 From: nwns Date: Wed, 20 Jul 2022 19:20:29 -0600 Subject: [PATCH] Allow supplier parts to be search by part.keywords field (#3278) (#3375) Co-authored-by: Oliver --- InvenTree/company/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InvenTree/company/api.py b/InvenTree/company/api.py index b63cd65c83..14a11159ee 100644 --- a/InvenTree/company/api.py +++ b/InvenTree/company/api.py @@ -365,6 +365,7 @@ class SupplierPartList(generics.ListCreateAPIView): 'part__IPN', 'part__name', 'part__description', + 'part__keywords', ]