Nícholas André
Nícholas André
Sorry , wrong package name try this `npm install --save @10up/elasticpress-react@next`
@vishalkhialani it didn't work as in it didn't solve your problem or did it not install the package at all? If you're saying the command did not work and thus...
Hey @sharmeela, can you confirm that your index has data? Have you indexed ElasticPress on your WordPress instance? I was looking at your source code and notice that you also...
If you set `loadInitialData` to `true` does it load any data at all? https://github.com/sharmeela/testEllasticPress/blob/main/src/pages/search.js#L44
@sharmeela Hi, Can you try going to the ElasticPress weighting dashboard on your WP instance and hitting save? EP.io requires an authenticated request to EP.io to tell EP.io which fields...
@vishalkhialani Ah yeah, this package doesn't officially support querying/searching products yet. It's definitely something we do want to support.
@derekPrivate it looks like the server you're running MU-MIgration either does not have sed or something is wrong with it. Can you run this on your terminal and let me...
Are you running MU-Migration in a linux server?
This CLI tool has no official support for Mac OS, but I guess it shouldn't be too hard to come up with a fix for Mac OS, `sed` works a...
This is where the sed commands run in case you want to try something: https://github.com/10up/MU-Migration/blob/master/includes/commands/class-mu-migration-import.php#L663 I'll see what I can find.