diff --git a/panopoly_search.features.inc b/panopoly_search.features.inc index b151758..8ef2b57 100644 --- a/panopoly_search.features.inc +++ b/panopoly_search.features.inc @@ -105,7 +105,11 @@ function panopoly_search_default_search_api_index() { "status" : 1, "weight" : "20", "settings" : { - "fields" : { "title" : true }, + "fields" : { + "title" : true, + "search_api_panelizer_content" : true, + "search_api_viewed" : true + }, "spaces" : "[^[:alnum:]]", "ignorable" : "[-]" } diff --git a/panopoly_search.install b/panopoly_search.install index 354eaac..efa8d92 100644 --- a/panopoly_search.install +++ b/panopoly_search.install @@ -135,3 +135,4 @@ function panopoly_search_update_7006() { } } return t('All items in the search indexes have been queued for reindexing.'); +}