Skip to content

Commit ca68ee5

Browse files
authored
Remove partial_match from search field, have no effect in Wagtail 5. (#3751)
1 parent 39648c5 commit ca68ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypha/apply/categories/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def get_parent(self, *args, **kwargs):
115115
get_parent.short_description = "Parent"
116116

117117
search_fields = [
118-
index.SearchField("name", partial_match=True),
118+
index.SearchField("name"),
119119
]
120120

121121
def delete(self):

0 commit comments

Comments
 (0)