Skip to content

Commit

Permalink
Probably fixes #37 "ADS Search DB: PDOException: Table doesn't exist."
Browse files Browse the repository at this point in the history
  • Loading branch information
nseam authored and kenorb committed Sep 23, 2014
1 parent e6a1118 commit 3253a61
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ads_search_db/ads_search_db.features.inc
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@ function ads_search_db_default_search_api_server() {
"type" : "string",
"boost" : "1.0"
},
"body:value" : {
"table" : "search_api_db_ads_adverts_body_value",
"type" : "text",
"boost" : "0.1"
},
"body:summary" : {
"table" : "search_api_db_ads_adverts_body_summary",
"type" : "text",
"boost" : "0.1"
},
"nid" : {
"table" : "search_api_db_ads_adverts",
"column" : "nid",
Expand Down Expand Up @@ -115,6 +105,16 @@ function ads_search_db_default_search_api_server() {
"column" : "value",
"type" : "list\\u003Cinteger\\u003E",
"boost" : "1.0"
},
"body:value" : {
"table" : "search_api_db_ads_adverts_title",
"type" : "text",
"boost" : "0.1"
},
"body:summary" : {
"table" : "search_api_db_ads_adverts_title",
"type" : "text",
"boost" : "0.1"
}
}
}
Expand Down

0 comments on commit 3253a61

Please sign in to comment.