mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 13:06:45 +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'
|
ordering = 'name'
|
||||||
|
|
||||||
search_fields = [
|
search_fields = [
|
||||||
'name',
|
'$name',
|
||||||
'description',
|
'description',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user