instantsearch.js without Algolia possible?
See original GitHub issueA bit of an odd question I realize, but I’m wondering if it might be possible to leverage instantsearch without making a call to Algolia. (perhaps by using options.createAlgoliaClient
)
My use-case is an app with an existing/configurable api, but where syncing to Algolia isn’t an option. However, it seems something like this might be useful for mocking responses for tests, or even offline searches.
Before I dig in and try I just wanted to throw this out there and see if anyone knows if it is even possible, or if there is any example of something similar.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:17 (6 by maintainers)
Top Results From Across the Web
InstantSearch.js FAQ - Algolia
Find answers to common issues with InstantSearch.js. ... 8. Why is search.refresh() not working? 9. How can I hide a filter with only...
Read more >InstantSearch.js | Algolia
Injects a uiState into the instance without relying on internal events (such as connectors' refine or widget interactions). For this option to work,...
Read more >Getting started with InstantSearch.js - Algolia
js is a vanilla JavaScript library that lets you create an instant search results experience using Algolia's search API. This guide shows you ......
Read more >configure | InstantSearch.js - Algolia
The configure widget lets you provide raw search parameters to the Algolia API without rendering anything. Any props you add to this widget...
Read more >What is InstantSearch.js? - Algolia
What is the InstantSearch.js UI library and what are the available customization APIs.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@EyalIsr You can now use the new option searchClient to be able to plug a custom client. https://deploy-preview-2894--algolia-instantsearch.netlify.com/v2/instantsearch.html#struct-InstantSearchOptions-searchClient
This guide is still the only one we have on the topic: https://www.algolia.com/doc/guides/building-search-ui/going-further/backend-search/in-depth/backend-instantsearch/js/#introduction
Sorry for not being able to give more information @Braunson