Skip to content

Commit

Permalink
Merge pull request #32 from molgen/index-search-description
Browse files Browse the repository at this point in the history
Add search_description to search index
  • Loading branch information
donald authored Nov 14, 2019
2 parents fc46f27 + 0da31d2 commit 592ca04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mpicms/base/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class BodyMixin(Page):

search_fields = [
index.SearchField('body'),
index.SearchField("search_description"),
]

api_fields = [
Expand Down

0 comments on commit 592ca04

Please sign in to comment.