Merge pull request #1355 from SchrodingersGat/search-fields

Allow searching part by revision field
This commit is contained in:
Oliver
2021-02-24 13:04:06 +11:00
committed by GitHub

View File

@ -668,6 +668,7 @@ class PartList(generics.ListCreateAPIView):
'name', 'name',
'description', 'description',
'IPN', 'IPN',
'revision',
'keywords', 'keywords',
] ]