docsearch icon indicating copy to clipboard operation
docsearch copied to clipboard

Search Results Not Appearing

Open robmoffat opened this issue 2 years ago • 1 comments

Description

Hi,

I'm not sure if this is user-error or not, so apologies if this isn't the right way to get support.

For context, I've set up Algolia search on another site and it worked fine, so I'm not sure what I'm doing wrong.

My site: https://riskfirst.org My Application: https://dashboard.algolia.com/account/api-keys/all?applicationId=P1W8LCRYQS

When I do a search, I can see the query being sent like so:

Screenshot 2024-02-14 at 08 59 09

And empty results being returned:

Screenshot 2024-02-14 at 09 00 19

The application and API Key seem ok. This is what's sent:

Screenshot 2024-02-14 at 09 04 13

And this is what's in my Algolia console:

Screenshot 2024-02-14 at 09 02 14

Can you determine what is going on here?

thanks

robmoffat avatar Feb 14 '24 09:02 robmoffat

Hi @robmoffat. It looks like your search bar is working now and using the same Search API key.

Are you able to share the fix you've done? 😅

falceso avatar Feb 20 '24 20:02 falceso

@falceso I know this is quite some time since you asked but for awhile in Docusaurus sites, facet filters were being passed by default (like docusaurus_tag) that, if not configured on the index, would make it so that no results were being returned. If that was the case here, that's been resolved.

randombeeper avatar Jul 10 '24 21:07 randombeeper