Skip to content

Commit

Permalink
Serach build too
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Jun 13, 2019
1 parent b890ccd commit d7a023b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/sphinx_domains/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class SphinxDomainAdmin(admin.ModelAdmin):
list_filter = ('type',)
list_display = ('docs_url', 'version', 'build')
raw_id_fields = ('project', 'version')
search_fields = ('doc_name', 'name', 'project__slug', 'version__slug')
search_fields = ('doc_name', 'name', 'project__slug', 'version__slug', 'build')
readonly_fields = ('created', 'modified')


Expand Down

0 comments on commit d7a023b

Please sign in to comment.