Hi All,
I have configured the HealthcareProfessional vertical and selcted the field as facet as below.
Speciality_1 field value is exist for all HealcareProfessional entities.
In answers api, search result data is coming but unable to see any facet in response.
Please suggest any solution to fix this issue.
Hi Srikant,
When implementing facets, you’ll need to also make sure there is Knowledge Graph data for that field and that you set up the Answers frontend, particularly commenting in the Facets components in the pages.html.hbs file for that vertical. You can check out the Implementing Facets unit for more detailed instructions. Let us know if that works for you!
Hi Kristy,
Thanks for your response.
We do have knowledge graph data for that field.
I am checking the answers api in postman not using any ui components.
And you have the “retrieveFacets=true” in your request query string?