docsearch
docsearch copied to clipboard
What fields/format is required for docsearch?
I uploaded a sample JSON (url, title, content) on an index and the search is working fine on dashboard, but not on React when I use the DocSearch component on the website. Is there any particular format should I upload or needs to tweak anything in settings to render the list items?
<DocSearch
appId="xxxxxx"
indexName="dayschedule-website"
apiKey="xxxxxxxxx"
/>
I can see the response in network, but no list items are rendered on search dialog.