2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-11 07:24:15 +00:00

Search improvements (#3103)

* Allow part list API to be searched by SKU

* Enable manufacturer parts and supplier parts search preview

* Increment API version

* Remove whitespace

* Remove more whitespace
This commit is contained in:
Oliver
2022-05-31 11:51:22 +10:00
committed by GitHub
parent ccefefdc7f
commit 02607bd854
5 changed files with 61 additions and 1 deletions

View File

@ -1387,6 +1387,7 @@ class PartList(APIDownloadMixin, generics.ListCreateAPIView):
'keywords',
'category__name',
'manufacturer_parts__MPN',
'supplier_parts__SKU',
]