Questions tagged [algolia]

For programming-related questions about Algolia, the hosted search API. For non-programming related questions or general discussion, please post your question on discourse.algolia.com instead. You can expect a prompt, friendly reply from our team or community.

Here are some Algolia-related links you might find helpful.

1596 questions
0
votes
1 answer

Geo searching with Algolia

I am implementing the geo search with algolia on the web. My code is as below: var searchClient = algoliasearch(Algol_APP_ID, Algol_API_KEY); var itemIndex = searchClient.initIndex('item'); function searchItems(keyword, lat, lng) { var prom; …
BB Developer
  • 374
  • 3
  • 18
0
votes
1 answer

Instantsearch.js Algolia + Category pages

I'm looking to implement Algolia's faceting functionality into my Category pages. I have it working great for the search results, but is there anyway to define a set of results when the page loads? e.g Only records which category is 'Shorts' without…
JMKelley
  • 599
  • 2
  • 17
  • 36
0
votes
1 answer

Google maps display marker title when it appears on map

Question1 So I have a map with markers and user location, Markers are on the map, but what I want to do is when user moves, and a marker appears on his way, pop-up it's title so it is visible without clicking, and make it disappear when marker is…
Przemek Wojtas
  • 1,311
  • 5
  • 26
  • 51
0
votes
0 answers

Algolia synonym results not reflecting in the website

I have created a list of synonyms in Algolia, the results of which are showing up in the browse section of the dashboard, but not reflecting in the website; despite other features working fine. Does the API require any additional set of codes to be…
0
votes
2 answers

Display Grid results with Algolia React Instantsearch

I have a working demo of this InstantSearch, but I can't find the way of displaying the results as a grid and not a list.
Roberto
  • 1,793
  • 1
  • 18
  • 19
0
votes
0 answers

algolia Results from autocomplete

I am new to using algolia, I have been following js autocomplete guide and I have got to the point where my results are displayed but only for less than a second and then they dissapear, and search unclick itself so in order to type something else…
Przemek Wojtas
  • 1,311
  • 5
  • 26
  • 51
0
votes
1 answer

Algolia search results for partial string matches

Trying to do a pretty basic search implementation of partial matching. For instance, I'd like 'ia hu' to return 'Ian Hunter'. I've got first and last name split so we're indexing first, last and combined. Was reading the suggestion in here, but…
ian
  • 89
  • 1
  • 4
0
votes
1 answer

Algolia bug with Infinite Search

Currently using the infinite search method that Algolia supplies through their instantSearch.js. The following scenario is happening: Search for an item Refine the list Load more pages up to page 5 Scroll back to the top and change…
JMKelley
  • 599
  • 2
  • 17
  • 36
0
votes
2 answers

Hogan templating with Algolia

I'm currently in the process of templating with Algolia + Hogan. But I'm constantly running into the following errors, I'm running Algolia on CraftCMS.