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