algolia Questions

2

Solved

I'm building a product search platform. I used Solr search engine before, and i found its performance is fine but doesn't generate a user interface. Recently I found Algolia has more features, easy...
Enamor asked 21/10, 2014 at 10:24

1

I have a problem with using Algolia. Working with database but i can't save it in to API Algolia.com. I tried to search through google but i didn't get any results for this problem. My controller:...
Methanol asked 3/1, 2018 at 11:6

1

How should I manage the multi-language indexes (For example: page / page_translations models should become page_en / page_fr indexes). I am using "Dimsav\Translatable" package. Page model: id, sta...
Peach asked 19/5, 2017 at 13:11

1

I'm connecting Algolia with a Firebase project I have. I'm using the Firebase Cloud Functions in order to keep my Algolia index synced with all changes that occur in my Firebase database. But whene...
Justinajustine asked 14/4, 2017 at 17:59

3

I am displaying paginated results that I get from Algolia. I have two queries in my controller that I paginate. This is how I send the data from the controller to the view: public function index(R...
Dorri asked 19/2, 2017 at 18:58

1

Solved

I've been following the example for Algolia's Instant Search at https://www.algolia.com/doc/guides/search/instant-search/ (javascript version) I understand that for many use-cases (like in the exa...
Frankiefrankincense asked 18/2, 2017 at 7:36

1

I am working on an Airbnb-like website and I am in the process of rewriting our in-house, SQL-based search system with Algolia. It's been a really pleasant journey so far, as I have managed to remo...
Excrescence asked 9/2, 2017 at 13:57

1

I have a requirement on sorting a field which is when a value matches its field, then this document has a higher score than other documents. Can Algolia do this?
Gupton asked 19/9, 2016 at 2:23

1

How can I exclude certain WordPress Page categories from being indexed in Algolia?
Dunlin asked 28/7, 2016 at 6:54

1

Solved

I'm trying to filter algolia results and want to use the name of a product to find similar products in our database. I would prefer to ignore the current product so, in the case no results are foun...
Smash asked 7/7, 2016 at 0:3

2

Solved

How do I achieve a keyword based autocomplete suggestions in Algolia similar to something like Amazon or Google? I attempted building the autocomplete based on multiple attributes of an Algolia do...
Hilaire asked 22/6, 2016 at 9:36

2

Solved

I'm trying to sync my database with an external service. I'm using Algolia search in a couple of places across a web application. It's indexed with a couple of models however I need it to re-inde...
Acre asked 3/6, 2016 at 10:33

3

Solved

My index in Algolia contains around 50k records. While using javascript api for retrieving records it only returns maximum 1000 records, i am using search() function. Any suggestions?
Disservice asked 20/5, 2016 at 12:34

1

Solved

I am using Algolia search services in PHP, my API call is not returning all records. Any solution? maximum records returned are 1000, but total number of records are much more than 1000.
Rhapsody asked 1/6, 2016 at 9:59

1

Solved

I am using algolia javascript api for retrieving all records in my index using browse function, but still it is returning 1000 records. Here is my code: function load_location_list(){ var client =...
Aiguille asked 27/5, 2016 at 6:57

1

Solved

Data on algolia is like this objectID:3464542 Type:"Accelerator" Country:"Germany" City:null Name:"ProsiebenSat1 Accelerator Batch #8" I want to search any name which are in Germany. How I do th...
Biscuit asked 10/5, 2016 at 18:30

1

Solved

I am using Algolia instantsearch.js as my site search. The setup process was rather easy and straightforward, including .js and .css files, creating templates and then create one more .js file wit...
Preparedness asked 15/4, 2016 at 7:18

1

I am looking for a way to search in Algolia a record where at least one element of an array meets several conditions. As an example, imagine this kind of record: { "name": "Shoes", "price": 100,...
Cohbath asked 8/1, 2016 at 17:7

1

I want to filter an index by an exact value of an attribute. I wonder what possibilities Algolia offers for that. Querying an index always results in a search for substrings, that means a search t...
Matelot asked 19/12, 2015 at 18:27

1

Solved

I'm using the Hacker News API made at Algolia here: https://hn.algolia.com/api I'm a bit confused as it says to search for posts since a certain time it says to run the following query: Comme...
Rockling asked 25/8, 2015 at 15:48

© 2022 - 2024 — McMap. All rights reserved.