For Algolia InstantSearch libraries issues and questions.
Questions tagged [instantsearch]
75 questions
1
vote
1 answer
How to concatenate results on algolia
I would like to be able to concatenate data.
Here is an example :
[
{
"type": "pen",
"color": "blue",
},
{
"type": "glass",
"color": "red",
},
{
"type": "pen",
"color": "green",
},
{
"type": "glass",
…

DeepProblems
- 597
- 4
- 24
1
vote
1 answer
Use Algolia Docsearch index for Instantsearch.js section in Docusaurus page
I have a documentation site built using Docusaurus.io, and am using Docsearch as my search in the navbar - this is working fine. However, I'd like to implement Algolia instantsearch on the landing page of the site as well. The code is working fine…

bildungsroman
- 437
- 1
- 8
- 17
1
vote
3 answers
Assign a value on instant search from database
Search Page:
PHP Live MySQL Database Search