2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-02 13:28:49 +00:00

Allow supplier parts to be search by part.keywords field (#3278) (#3375)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
nwns 2022-07-20 19:20:29 -06:00 committed by GitHub
parent c17b34a864
commit ffe66472fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -365,6 +365,7 @@ class SupplierPartList(generics.ListCreateAPIView):
'part__IPN',
'part__name',
'part__description',
'part__keywords',
]