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

Algoliasearch-Rails : Index variations of a single record

I would like to index differents variations of the same record, just like explained in this doc: How should I do this with the Algoliasearch-Rails gem ? I can't find any doc or example about this. More details: I have a model Card which embeds_many…
GrégoireC
  • 279
  • 5
  • 15
0
votes
1 answer

WP theme search results and Algolia results simultaneously

I have installed and set up the Algolia WP plugin. The instant search function works, however it displays both the Algolia search results list and my theme's native search results list. They sit on top of each other. I thought that Algolia hid the…
Gavin Reynoldson
  • 611
  • 4
  • 10
  • 27
0
votes
1 answer

Algolia Update Index On Relational Database change with Laravel Scout

I have implemented Aloglia for my Movies table with actors as relational table and it works fine. Problem: When I update any movie its also updating algolia index (its good). But how can I update index if I made any change in relational table (for…
Nomi
  • 710
  • 3
  • 11
  • 21
0
votes
1 answer

algolia - trying to make a widget to filter an attribute that is a numerical range

Maybe it's not clear enough. I use algolia to display bags. The volume is an attribute. The same bag exists in different volumes. If the bag exists in 50l and 90l I would like the filter which is a slider to show my bag if it is set between 60 and…
François
  • 11
  • 4
0
votes
1 answer

In Algolia, how do I set it to return search results even if not all of the keywords are found on data ?

By default if I search say 'fast red car' in Algolia, it will return results that has all 'fast red car' words on it. I want results to include data even if it has only has 'red', 'car' or 'fast' on it. Anybody knows how to set it up?
Dagulo
  • 1
  • 1
0
votes
1 answer

How do I add a field to an Algolia index without rebuilding the whole index?

I'm adding a additional property to my objects that search clients will need. Is it possible to add this as a field on my Algolia objects without clearing and rebuilding the whole index? The field does not have to be indexed.
Andrew B.
  • 1,225
  • 1
  • 13
  • 18
0
votes
1 answer

Setting the facets on AlgoliaSearchHelper after calling the setIndex to change the index

I have several different indices that I am toggling between each of which have different facets. I have successfully used the setIndex method on the AlgoliaSearchHelper instance but need to change the facets. Is there a way to do this?
Marc M.
  • 166
  • 1
  • 8
0
votes
1 answer

Autocomplete attribute shows no results

I've set up Algolia on my Magento site. I have an attribute successfully set up on the Instant Results search page, but I can't that same attribute to yield results in the Autocomplete dropdown. My attribute is "Brand" ("le_brand"). Brand names will…
Lauren
  • 177
  • 1
  • 2
  • 11
0
votes
1 answer

Algolia helper searcher method Filter doesn't filter strings but filters numericals only

I'm using Algolia-helper-swift [0.1] with Algolia-client-swift [3.7] since im using xcode 7.3.1 and swift 2.0+ and my json structure snippet is as follows "-KTKNoEhrdaBShtXJGM8" : { "Book_name" : "Hello World", "Book_price" : 7273, "uploaded_by" :…
Lobo
  • 146
  • 9
0
votes
1 answer

How do I display my Wordpress custom field attribute in the excerpt of my Algolia Search page results?

I'm currently using Algolia's Search plugin within Worpdress. I've managed to push some custom fields and their values to custom attributes within Algolia. Now, I'm trying to include a custom attribute named 'program_description' in my search…
0
votes
1 answer

Setting Wordpress front page as Algolia search

I've recently setup a new Wordpress install to act as a survey database. The purpose of the site is to collect survey data and allow the admin's to filter and search submitted survey data. I've installed and configured the Algolia search WP plugin.…
0
votes
1 answer

algolia WP => We're experiencing processing delay: last query analyzed 286 hours ago

Here is what I got on my "analytics" panel on algolia " We're experiencing processing delay: last query analyzed 286 hours ago." so it's pretty much 11 days late, just when I setup algolia for WP. Is someone else having the same problem ? I use…
Marc
  • 1
0
votes
0 answers

Algolia: how to show video thumbnails as search results

I would like to use "Search by Algolia" WP plugin to let my visitors search among videos. How can I have video thumbnails as search results, with the possibility for visitors to click on thumbnails to watch the videos (without having to be…
0
votes
1 answer

Get values from Algolia JSON

I have this piece of JSON and I need the FACETS. I have managed to get the "nbHits" but I am struggling with getting the "facets" $res = "the json below" $res = json_encode($res); $obj = json_decode($res); print $obj->{'nbHits'}; /// 1116 I have…
Jason
  • 931
  • 2
  • 12
  • 26
0
votes
1 answer

Algolia search with Wordpress plugin showing code

Using the Algolia wordpress plugin. Only issue is when you commence searching via a letter or two it brings up some sort of page design meta/code. Demonstrated in this video here:…
1 2 3
99
100