Answers Module 5 Module Assessment

Hi there,
I am totally stuck at Answers Module 5 Module Assessment.
I am at the last step
15. Add a searchable field in the Restaurants vertical for the linked Events in the Promotion Events field as an NLP filter. Remember, linked entity names should be formatted like this:

Could you tell me what is wrong with my search configuration?

This hint in the challenge might be helpful:

Remember, linked entity names should be formatted like this:
c_fieldName.name or in this case c_promotingEvents.name

It looks like you’re encountering an error since you have "c_promotingEvents" listed as a searchable field. Try indicating the subfield (aka, the ‘name’ attribute of the linked entity field’) "c_promotingEvents.name" and your config should save!

Thank you afarooque,

Hope you can still help me please.
I submitted but still getting several errors…

as for saved filters, the ID should be correct as you can see here.

below is what I submitted.

{
“$schema”: “https://schema.yext.com/config/answers/answers-config/v1”,
“$id”: “answers”,
“name”: “answers”,
“supportedLocales”: ,
“countryRestrictions”: ,
“verticals”: {
“FAQ”: {
“entityTypes”: [
“faq”
],
“facetOrder”: ,
“name”: “FAQs”,
“savedSearchId”: “283361116”,
“searchableFields”: {
“builtin.entityType”: {
“nlpFilter”: true
},
“keywords”: {
“textSearch”: true
},
“name”: {
“textSearch”: true
}
},
“sortBys”: ,
“source”: “KNOWLEDGE_MANAGER”
},
“restaurants”: {
“entityTypes”: [
“restaurant”
],
“facetOrder”: ,
“name”: “Restaurants”,
“savedSearchId”: “112002255”,
“searchableFields”: {
“builtin.entityType”: {
“nlpFilter”: true
},
“c_promotingEvents.name”: {
“nlpFilter”: true
},
“builtin.location”: {
“nlpFilter”: true
},
“mainPhone”: {
“directAnswer”: true
},
“name”: {
“textSearch”: true
}
},
“sortBys”: ,
“source”: “KNOWLEDGE_MANAGER”
}
},
“synonyms”: {
“oneWay”: [
{
“phrase”: “location”,
“synonyms”: [
“restaurant”
]
}
],
“synonymSet”:
},
“localizations”: {},
“additionalStopWords”:
}

Make sure your verticalKey is faqs - in your account, it looks like you have FAQ as the vertical key.

OMG finally passed!
Thank you so much for your help!

Kotoko

1 Like