docsearch icon indicating copy to clipboard operation
docsearch copied to clipboard

What fields/format is required for docsearch?

Open vickyRathee opened this issue 6 months ago • 0 comments

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"          
          />

Image

I can see the response in network, but no list items are rendered on search dialog.

Image

vickyRathee avatar Jun 20 '25 06:06 vickyRathee