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', ]