mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove regex search functionality from part api
This commit is contained in:
parent
ad7a70f033
commit
a48be3bea9
@ -665,9 +665,9 @@ class PartList(generics.ListCreateAPIView):
|
||||
ordering = 'name'
|
||||
|
||||
search_fields = [
|
||||
'$name',
|
||||
'name',
|
||||
'description',
|
||||
'$IPN',
|
||||
'IPN',
|
||||
'keywords',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user