🔎 Algolia Search V2.0 - Major Plugin Update from Zeroqode

Got it to work - thank you!

I’d also like to implement a loading spinner while Algolia’s grabbing new values (as the user clicks around a taxonomy of templates into various categories, topics, and sub-topics it can take a second or two to retrieve a new list of template values). How can I achieve this? It’s not clear to me what the “Is Loading?” workflow action actually does or how it behaves and I don’t see an attribute that indicates loading.

Also, getting a few runtime errors:

image

Any idea what causes these?

Thank you!

Hey,
Thank you for your reply.

Please note that we provide general support for our plugins and do not offer consultancy or customization services.

We recommend reviewing the demo page for workflow examples and carefully reading the supporting documentation for successful plugin integration.

If you’re looking for a team to assist with customization , you can consider hiring Zeroqode. By sharing your project details and budget, one of our project managers will get back to you with an estimate.

Best Regards,
Zeroqode Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

You can’t explain how your plugin works? The documentation for this is pretty unclear re: how “Is Loading?” actually works…does it trigger when it starts loading? When it’s done loading? If it’s one or the other, is there a way to determine the opposite (i.e. - if it triggers when it starts loading, how do I know when it’s done)?

What’s up with the errors shown? That’s a plugin issue…

Hey @2706mason ,
Thank you for your reply.

We don’t help with plugin customisation if everything works as it should on our demo page.
Let us try to help you with the errors you encountered above, namely the 2 screenshots you attached.

Please provide us with this information so that we can help you better:
Can you check if the plugin returns at least some data, to make sure the settings are correct? Also, can you confirm if the latest version of the plugin is installed?

Have a nice day!

Best Regards,
Zeroqode Support Team

Browse all Zeroqode Plugins for Bubble
Banner_Last3

The plugin is returning data, but I get the following error whenever I switch filters on the plugin via conditionals:

image

Here are the conditionals:

I don’t use the “Algolia Refresh a Algolia Simple Search” action in any of my workflows.

I am on version 3.72.0 of the plugin.

Hi @2706mason ,

Thanks for your message!

It seems that the error you’re encountering may be related to the way the plugin is interacting with conditionals in your app. Even though you’re not directly using the “Algolia Refresh a Algolia Simple Search” action in your workflows, the plugin may still be triggered as part of a background operation when the filters change. This can sometimes cause unexpected behavior, especially if the action is referencing an undefined value or trying to clear a cache that isn’t set.

Here are a few general steps to troubleshoot the issue:

  1. Check your conditionals: Make sure that the conditions triggering the filters are properly set. If any condition refers to an undefined or empty value, it could result in the error you’re seeing. Double-check the data source and ensure the conditionals are targeting the correct values.
  2. Review plugin settings: Ensure that all necessary fields and settings in the Algolia Search plugin are properly configured. This includes ensuring that the indices and API keys are set up correctly in the plugin settings.
  3. Use a fallback for undefined values: In cases where a field might be undefined (like a null or empty value), you can add a fallback or default value in your conditionals to prevent the error.
  4. Test in isolation: If possible, try simplifying the workflow or isolating the plugin action to see if the error still occurs. This can help pinpoint the exact cause.

Looking forward to your reply. :pray:

Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3