Merge pull request #1355 from SchrodingersGat/search-fields
Allow searching part by revision field
This commit is contained in:
commit
3b03d45f1f
|
|
@ -668,6 +668,7 @@ class PartList(generics.ListCreateAPIView):
|
|||
'name',
|
||||
'description',
|
||||
'IPN',
|
||||
'revision',
|
||||
'keywords',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue