-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] Missing widgets #2
Comments
It would be nice to have these components implemented:
Here they're ordered by priority for use in silca-ilco. |
has been added! |
I switched to this module because of server-side-rendering, however I'm not sure how to proceed because of missing widgets. For instance I would need |
Hi Georg! General idea is that I still have to work on adding the missing widgets, this issue is here as a sort of a queue for prioritizing ones that are needed first since I add widgets on my spare time. |
Thank you, @Rigo-m. I really like this project and I think it solves an important issue! |
@georgobermayrsaf HierarchicalMenu is live in version 0.5.2! |
Hi @Rigo-m Nice module you have here. We will work with Algolia for our next project in my job and I need the Recommend widget https://www.algolia.com/doc/guides/algolia-recommend/how-to/set-up/#integrate-recommend-into-your-user-interface [EDIT] Ok the Related widget exists only with React, cool cool cool. |
Hi! As for the recommended widget, I'll see what I can do :) I think I can add it to swiftsearch even if it is react only for now! |
I was facing two difficulties :
For the recommendations widgets, I was able to connect them to the plugin thanks to the useAisInstance(). Since this is recommendation, the content is not the same for everyone so no need for the widgets to be server rendered for SEO. I don't know yet which widgets my client will need. |
Hi, first of all thanks for the widget. Currently i need the Widget:
https://www.algolia.com/doc/api-reference/widgets/dynamic-facets/js/ |
I'm on vacation until the 26th, I'll pick it up afterwards :) In the meantime I think this is already feasible by passing a computed to the widget prop of AisInstantSearch |
@yuriystasiv @TobbenTM AisMenu, AisMenuSelect and Autocomplete widgets has been released with v0.9.0! |
I implemented the most used widgets in our organization.
With time, I'll implement the rest, have some requests for widgets you use and wish to help me test them? Write them below!
The text was updated successfully, but these errors were encountered: