Skip to content

Commit

Permalink
allow searching for canonical forms in admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
bbonf committed Dec 19, 2023
1 parent 0785d62 commit 90ccf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/mwe/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@admin.register(CanonicalForm)
class CanonicalFormAdmin(admin.ModelAdmin):
pass
search_fields = ('text',)


@admin.register(XPathQuery)
Expand Down

0 comments on commit 90ccf5a

Please sign in to comment.