The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
I’m currently looking at creating a website with a custom ecommerce part. In this site it’s mandatory that we have an instant search from te header. So there is an input and underneath should appear the results.
And if possible, they would like to be able to search the site (information only) or the eccommerce part (products only, about 60.000, with synonyms) using a select.
Are there any packages available or are people aware of react components that could help me?
At this moment I’ve not started working on it so I could fit in anything actually
Let’s do this, shall we?!
1 Like
403page2
Interesting. I was just considering testing out elasticsearch with fronitity earlier today. Have you ever used that before in a “classic” wordpress setup?
sean.doldersum3
@403page No I haven’t. When using Woocommerce I used to use Yith Woocommerce ajax search. Could you explain it a bit?
juanma4
There are some new resources that may be helpful for this thread:
The latest version of the package @frontity/wp-source now allows to add headers to requests which is very handy for access protected endpoints (like the ones WooCommerce has)
Also, @taylorl and @nicholasio.oliveira from 10up have developed the plugin @10up/frontity-elasticpress to interact with an ElasticSearch DB