We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are missing tables which are defined in ads_search_db.features.inc
"search_api_language" : { "table" : "search_api_db_ads_adverts_search_api_language", "type" : "string", "boost" : "1.0" }, "body:summary" : { "table" : "search_api_db_ads_adverts_body_summary", "type" : "text", "boost" : "0.1" }, "body:value" : { "table" : "search_api_db_ads_adverts_body_value", "type" : "text", "boost" : "0.1" },
and these are not created when enabling ads_search_db module.
One way of reproducing is:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ads.search_api_db_ads_adverts_body_summary' doesn't exist
Or in some other places:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'ads.search_api_db_ads_adverts_search_api_language' doesn't exist
Reverting feature seems to be temporary workaround.
So either we want to remove them from ads_search_db.features.inc or check why the module doesn't create them.
Could be related:
The text was updated successfully, but these errors were encountered:
Probably fixes mycognitive#37 "ADS Search DB: PDOException: Table doe…
821dee7
…sn't exist."
3253a61
nseam
No branches or pull requests
There are missing tables which are defined in ads_search_db.features.inc
and these are not created when enabling ads_search_db module.
One way of reproducing is:
Or in some other places:
Reverting feature seems to be temporary workaround.
So either we want to remove them from ads_search_db.features.inc or check why the module doesn't create them.
Could be related:
The text was updated successfully, but these errors were encountered: