-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
@nuxtjs/algolia: 1.10.2
nuxt: 3.14.1592
Reproduction Link
https://github.com/bloggrify/bloggrify/tree/algolia
See discussion here : bloggrify/bloggrify#34
To add a little bit of context. I'm adding the support of algolia in Bloggrify, an open source project built on top of nuxt content.
Steps to reproduce
To enable Algolia on this repository, from the branche https://github.com/bloggrify/bloggrify/tree/algolia
- Create an account on Algolia et get your api key and application id
- Add ALGOLIA_API_KEY and ALGOLIA_APPLICATION_ID in the environment variables
- on dev environment, trigger the indexing on http://localhost:3000/api/__algolia__/indexer (it's automatically done at build time)
The search widget should be visible on the top right corner
- try to search for "bloggrify"
- there is no results
What is Expected?
Looking at the network panel, the api retrieve correctly the records
I would expect to see those hits
What is actually happening?
No hits displayed
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

