Hi Team,
I am getting two errors (Add the Community Story vertical to the config, Add the searchable fields for the Community Story vertical) when I got to submit my Answers Module 13 challange and am not sure what I am doing wrong. Would you mind helping me figure out what is incorrect with my code?
Thank you!
Wilhelmina
I have included my code for my search configuration below:
{
“$schema”: “https://schema.yext.com/config/answers/answers-config/v1”,
“$id”: “answers”,
“name”: “answers”,
“supportedLocales”: ,
“countryRestrictions”: ,
“verticals”: {
“communityStories”: {
“entityTypes”: [
“ce_communityStory”
],
“facetOrder”: ,
“name”: “Community Stories”,
“searchableFields”: {
“builtin.entityType”: {
“nlpFilter”: true
},
“c_goal”: {
“textSearch”: true
},
“c_theme”: {
“nlpFilter”: true
},
“name”: {
“textSearch”: true
}
},
“sortBys”: ,
“source”: “KNOWLEDGE_MANAGER”
},
“events”: {
“entityTypes”: [
“event”
],
“name”: “Events”,
“searchableFields”: {
“builtin.entityType”: {
“nlpFilter”: true
},
“name”: {
“textSearch”: true
}
},
“sortBys”: ,
“source”: “KNOWLEDGE_MANAGER”
},
“faqs”: {
“entityTypes”: [
“faq”
],
“name”: “FAQs”,
“savedSearchId”: “121202151”,
“searchableFields”: {
“builtin.entityType”: {
“nlpFilter”: true
},
“keywords”: {
“textSearch”: true
},
“name”: {
“textSearch”: true
}
},
“sortBys”: ,
“source”: “KNOWLEDGE_MANAGER”
},
“restaurants”: {
“entityTypes”: [
“restaurant”
],
“name”: “Restaurants”,
“savedSearchId”: “112002255”,
“searchableFields”: {
“builtin.entityType”: {
“nlpFilter”: true
},
“builtin.location”: {
“nlpFilter”: true
},
“c_promotingEvents.name”: {
“nlpFilter”: true
},
“mainPhone”: {
“directAnswer”: true
},
“name”: {
“textSearch”: true
}
},
“sortBys”: ,
“source”: “KNOWLEDGE_MANAGER”
}
},
“autocomplete”: {
“disablePopularQueries”: false,
“hardcodedPrompts”: [
“Restaurants near me”,
“Do you offer delivery?”,
“Events”,
“Do you sell gift cards?”,
“Community Stories”
]
},
“synonyms”: {
“oneWay”: [
{
“phrase”: “nest”,
“synonyms”: [
“restaurant”
]
}
],
“synonymSet”: [
[
“location”,
“restaurant”,
“food joint”,
“taco shop”,
“eatery”
]
]
},
“localizations”: {}
}