mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Allow regex searching on part name
This commit is contained in:
parent
ca7182bf6b
commit
86c31e8c0d
@ -121,7 +121,7 @@ class PartList(generics.ListCreateAPIView):
|
||||
ordering = 'name'
|
||||
|
||||
search_fields = [
|
||||
'name',
|
||||
'$name',
|
||||
'description',
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user