Module 13 help needed

Hey guys, I’ve been having trouble with Module 13 on the following things you see as wrong on my report card. does anyone know what the issue could be?
By “Add the Help Article vertical to the config” I did, following the instructions step by step the vertical is there and the API is the same as the entitiy’s.
At “Add the searchable fields for Help Articles” again, I did, following the instructions thoroughly and I hecked both in the UI and the Edit as JSON and it shows without mistakes, maybe some coding error?

Anyone know what the isue here might be? thanks in advance, appreciated :slight_smile: !!

Preformatted text
{
“$schema”: “https://schema.yext.com/config/answers/answers-config/v1”,
“$id”: “turtlehead-tacos-search”,
“name”: “Turtlehead Tacos Search”,
“supportedLocales”: ,
“countryRestrictions”: ,
“verticals”: {
“community_stories”: {
“entityTypes”: [
“ce_communityStory”
],
“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
},
“builtin.location”: {
“nlpFilter”: true
},
“keywords”: {
“phraseMatch”: true
},
“name”: {
“textSearch”: true
}
},
“sortBys”: ,
“source”: “KNOWLEDGE_MANAGER”
},
“faqs”: {
“entityTypes”: [
“faq”
],
“name”: “FAQs”,
“searchableFields”: {
“builtin.entityType”: {
“nlpFilter”: true
},
“keywords”: {
“textSearch”: true
},
“question”: {
“semanticTextSearch”: true
}
},
“sortBys”: ,
“source”: “KNOWLEDGE_MANAGER”
},
“help_articles”: {
“directAnswers”: {
“fieldValues”: {
“eligibleFields”: ,
“predictionMode”: “CLASSIFIER”
}
},
“entityTypes”: [
“helpArticle”
],
“name”: “Help Articles”,
“searchableFields”: {
“body”: {
“documentSearch”: true
},
“builtin.entityType”: {
“nlpFilter”: true
},
“name”: {
“textSearch”: true
}
},
“sortBys”: ,
“source”: “KNOWLEDGE_MANAGER”
},
“jobs”: {
“entityTypes”: [
“job”
],
“name”: “Jobs”,
“searchableFields”: {
“builtin.entityType”: {
“nlpFilter”: true
},
“builtin.location”: {
“nlpFilter”: true
},
“employmentType”: {
“nlpFilter”: true,
“textSearch”: true
},
“keywords”: {
“phraseMatch”: true
},
“name”: {
“textSearch”: true
}
},
“sortBys”: ,
“source”: “KNOWLEDGE_MANAGER”
},
“locations”: {
“entityTypes”: [
“location”
],
“name”: “Locations”,
“searchableFields”: {
“builtin.entityType”: {
“nlpFilter”: true
},
“builtin.hours”: {
“nlpFilter”: true
},
“builtin.location”: {
“nlpFilter”: true
},
“keywords”: {
“phraseMatch”: true
},
“name”: {
“textSearch”: true
}
},
“sortBys”: ,
“source”: “KNOWLEDGE_MANAGER”
},
“restaurants”: {
“entityTypes”: [
“restaurant”
],
“name”: “Restaurants”,
“searchableFields”: {
“builtin.entityType”: {
“nlpFilter”: true
},
“builtin.hours”: {
“nlpFilter”: true
},
“builtin.location”: {
“nlpFilter”: true
},
“keywords”: {
“phraseMatch”: true
},
“name”: {
“textSearch”: true
}
},
“sortBys”: ,
“source”: “KNOWLEDGE_MANAGER”
}
},
“localizations”: {},
“additionalSearchablePlaces”: ,
“querySuggestions”: {
“disablePopularQueries”: false,
“verticalPromptsOnEmpty”: false,
“popularQueriesBlacklistedTerms”: ,
“popularQueriesBlacklistedRegex”: ,
“universalPrompts”: [
“where to redeem gift cards”,
“how do i apply for a job”,
“Do you sell gift cards?”,
“where to reset password”,
“when can i place an online order”,
“when can i track my delivery driver?”,
“how can i place an order on your site”,
“where to check my rewards”
],
“verticalPrompts”: {
“community_stories”: ,
“events”: [
“Events in [[address.city]]”
],
“faqs”: [
“[[name]]”
],
“help_articles”: [
“[[name]]”
],
“jobs”: [
“[[name]]”
],
“locations”: [
“Locations near [[address.city]]”,
“Locations near [[address.region]]”
],
“restaurants”: [
“Locations near [[address.city]]”,
“Locations near [[address.region]]”
]
}
}
}

Hi @Iulia_Corio_Flores

Were you able to resolve this? I am seeing you pass both those rules for this challenge account

Let us know if you’re still having trouble!

Alyssa