mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
Merge pull request #1353 from SchrodingersGat/regex-search-fix
Remove regex search functionality from part api
This commit is contained in:
@ -665,9 +665,9 @@ class PartList(generics.ListCreateAPIView):
|
||||
ordering = 'name'
|
||||
|
||||
search_fields = [
|
||||
'$name',
|
||||
'name',
|
||||
'description',
|
||||
'$IPN',
|
||||
'IPN',
|
||||
'keywords',
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user