mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
Allow regex searching on part name
This commit is contained in:
@ -121,7 +121,7 @@ class PartList(generics.ListCreateAPIView):
|
||||
ordering = 'name'
|
||||
|
||||
search_fields = [
|
||||
'name',
|
||||
'$name',
|
||||
'description',
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user