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