Skip to content

Commit

Permalink
Merge pull request #156 from NuCivic/group-search-index-bundle
Browse files Browse the repository at this point in the history
Fixing bundle property on groups index
  • Loading branch information
acouch committed Sep 18, 2015
2 parents ac0f526 + ab612eb commit 64f35c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function dkan_dataset_groups_default_search_api_index() {
"server" : "groups_server",
"item_type" : "node",
"options" : {
"datasource" : { "bundles" : [ "dkan_data_story" ] },
"datasource" : { "bundles" : [ "dataset" ] },
"index_directly" : 1,
"cron_limit" : "50",
"fields" : {
Expand Down

0 comments on commit 64f35c1

Please sign in to comment.