Skip to content

Commit

Permalink
search published run by title and notes
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Jan 29, 2024
1 parent 950595b commit 075e35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bots/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class PublishedRunAdmin(admin.ModelAdmin):
"updated_at",
]
list_filter = ["workflow", "visibility", "created_by__is_paying"]
search_fields = ["workflow", "published_run_id"]
search_fields = ["workflow", "published_run_id", "title", "notes"]
autocomplete_fields = ["saved_run", "created_by", "last_edited_by"]
readonly_fields = [
"open_in_gooey",
Expand Down

0 comments on commit 075e35d

Please sign in to comment.