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

instasearch with HTML in a field - Algoria Search

I am implementing Algoria Search. I am passing data with HTML in a field to format my output with an icon, color and classes. The issue is that the HTML is not rendering. I am outputting by just putting {{AllowFoodTrucks}} in the output…
SPACEHAWK
  • 1
  • 1
0
votes
1 answer

how to add clickable images on instant search with algolia

Hi I have made a instant search with images but I want them to click the image and redirect them to a different page. I have been searching for ages and I'm so stuck. what do I need to add in the index and how to add it in javascript. I use json for…
visual
  • 1
0
votes
1 answer

Can't replace disjunctive facet with a conjunctive one

I'm using the refinementlist widget. It works perfectly when I use an "or" operator. Although when I change the setting to an "and" operator it throws an error: Uncaught Error: my_attribute.name is not a retrieved facet. The facet is set in the…
tuhaj
  • 527
  • 7
  • 9
0
votes
1 answer

Algolia search engine Symfony error

Hei guys, I'm tryig to use Algolia search. Everething works perfect, but when I try to update the engine with ORM relation, I get an error. Here is my entity code: /** * @ORM\ManyToOne(targetEntity="Specialty", inversedBy="professionals") …
Sergio González
  • 142
  • 2
  • 12
0
votes
1 answer

Is there a way to create Algolia query strings that facet on page load?

Essentially we have a "dumb" search bar on our website. When the form is submitted, it just sends the user to /search?q={query} where our Algolia instantsearch.js resides. We would like to add a dropdown to that dumb search bar to filter down to…
BarC
  • 21
  • 2
0
votes
1 answer

How to manage multiple environnements of an application using Algolia search?

I am working on an application with PROD and DEV environnements. I configured two Algolia applications, one for each. Should I manually copy every index and its settings (a lot) and make every change in both applications whenever I need to?
Anibal
  • 267
  • 3
  • 9
0
votes
1 answer

How to query Algolia utilizing search string AND array of items to check against?

I have some search functionality inside of my Ionic 2 app that requires the ability to add filters to a search, in addition to the search string. I have the search string piece working, but I'm not sure how to pass in an array of values to check…
Stevie Star
  • 2,331
  • 2
  • 28
  • 54
0
votes
1 answer

Algolia Disable Prefix on attributes when using Magento extension

I am using the Algolia Magento extension to index products in a Magento store. I've disabled typo tolerance for the SKU attribute in the Algolia dashboard (under Ranking). However, I don't see any way of disabling prefix matching for the SKU…
dianovich
  • 2,288
  • 21
  • 34
0
votes
1 answer

Algolia calendar widget?

the algolia tourism demo shows a calendar selector similar to airbnb. https://community.algolia.com/instantsearch.js/examples/tourism/ Is there a specific formatting required for that to work? I cannot find documentation regarding this widget.
Blair Anderson
  • 19,463
  • 8
  • 77
  • 114
0
votes
1 answer

Algolia: how to rank search based on a value?

how can i rank my algolia records based on a given value ? the value is dynamic based on the user's ip location. i want SC state to show first in the list, how can i do that? for example i have a records [ { "category":"Emergency Department", …
Hitori
  • 569
  • 1
  • 5
  • 21
0
votes
1 answer

Algolia/Firebase - Terminal executes code then sits idle

I followed these Algolia/Firebase docs. I did a bit of tweaking as some of the initial setup instructions are outdated but I got it to work. I put all of the code from that page inside my app.js file. Inside terminal I ran 'npm start' and and when I…
Lance Samaria
  • 17,576
  • 18
  • 108
  • 256
0
votes
1 answer

Algolia not indexing any product on Magento 1.9.2.4

I've installed the Algolia extension on my Magento website, configured the CRON job, enabled the queue and set up all credentials but Algolia still doesn't index my store. There aren't any products on search results, regardless of what you type. My…
alxh28
  • 43
  • 1
  • 10
0
votes
1 answer

Algolia sort by ROUTE distance

Is it possible to sort by distance in algolia using geo data? I mean not just a vector distance between the points (https://www.algolia.com/doc/guides/geo-search/geo-search-overview/#sorting-by-distance). I mean a route length (like in google maps:…
0
votes
1 answer

Algolia Search: Error for list indexes and for adding objects

In my backend I would like to refresh an Algolia search index (clear, update, delete) using the Javascript API client. https://www.algolia.com/doc/api-client/javascript/manage-indices/ I can access the respective index and search works. However,…
0
votes
1 answer

Algolia autocomplete - only show if greater than X results

I'm using Algolia's autocomplete.js (jQuery version) I'd like to show some extra text in the dropdown's footer if and only if there are more than 5 results for either of the 2 data sources I'm searching within i.e. "See more / all results". I'd…
user6122500
  • 892
  • 1
  • 15
  • 31