#meilisearch not showing products

9 messages · Page 1 of 1 (latest)

bleak sable
#

I have configured milisearch and the instance is running on my machine. It shows that it has 7 products but it does not show any of the products information. I have set it up exactly as it was said in the documentation for the plugin. I also have the local event bus module configured

#

while sending an empty query to the localhost:9000/store/products/search endpoint, it results in

#

{
"hits": [
{},
{},
{},
{},
{},
{},
{}
],
"query": "",
"processingTimeMs": 0,
"limit": 20,
"offset": 0,
"estimatedTotalHits": 7
}

scarlet plume
#

This is almost always fixed by upgrading all packages to the latest versions. You likely have a version compatibility mismatch somewhere.

bleak sable
#

thanks. how should I upgrade all the packages to the latest version ?

steep basalt
#

yarn upgrade should work

bleak sable
#

still not working after upgrading the packages

scarlet plume
#

Yarn upgrade will not likely not get the latest for all

steep basalt
#

yarn upgrade --latest ?