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

How can i create relative-date/time filter in Algolia (i.e. "a day ago", "2 days ago", "3 days ago")?

In my hits, i have a prop that contains added .. and when i try to make a filter on date added, list of common date appears. How can I make a filter that says.. 1 day ago, 2 days ago, 1 week ago etc.. then filter the results. so instead of showing…
Johneric
  • 49
  • 5
0
votes
1 answer

Algolia - Edit filter position in Magento2 template

I'm using the Algolia plugin for Magento2. I'm trying to style my instant search results page like the below site: https://www.modaoperandi.com/search?categories%5B%5D=bags In the above link, certain filters (like category and deliver) are in the…
Lauren
  • 177
  • 1
  • 2
  • 11
0
votes
0 answers

facetQuery Rest API throwing 400 error when using nested attributes

I'm getting a 400 when trying to search for a nested attribute facet field e.g. a post request to the following url will give me http://xxx-dsn.algolia.net/1/indexes/index_name/facets/work_experience.company/query {"message":"Cannot search in…
xiao
  • 1,718
  • 4
  • 23
  • 31
0
votes
1 answer

Multi-tenant Algolia index

I would like to offer full-text search to my users through their data - and make sure that they can only access the data they own. Are there any patterns allowing to do that on Algolia ? None of the solutions I've considered seem a good fit, so i…
VonD
  • 5,075
  • 2
  • 20
  • 30
0
votes
1 answer

How to enable write permissions on {index_name}_tmp file?

I'm trying to integrate Algolia with my Jekyll site by following the instructions here. The instructions say, Note that your API key should have write access to both the index_name and _tmp suffixed version of it (eg. your_index_name and…
Tom Johnson
  • 729
  • 8
  • 17
0
votes
1 answer

Multiple Keyword matching problems

I have a product description of the following text: "DODGE H4C14S03706G-2G ILH48 37.06 W/ BALDOR VEM3558T" I attempt a search "H4C1" and Algolia produces relevant results however if I perform a search of "H4C1 VEM35" Algolia produces no results. Is…
0
votes
1 answer

Algolia add footer to javascript autocomplete search results dropdown

I am using Rails to create my app, but javascript to implement the search. This is what I have for my Algolia autocomplete. I am on the free ('Hacker') plan with Algolia, and I want to add a footer. Is there an easy way to do this? What I have below…
julianne
  • 13
  • 4
0
votes
1 answer

Algolia and globalization

I am curious if Algolia will work in all countries? I am concerned about things like China's Firewall which may not allow for it to work. Is there any documentation on the web about this?
jdylanmc
  • 829
  • 11
  • 24
0
votes
1 answer

Laravel 5.3 : Can I add a part of the fields of an table to the index of `algolia`?

Can I add a part of the fields of an table to the index of algolia? For example: There is a table articles,it's fileds like this: id title content author status created_at updated_at deleted_at I only want to add the 4 fileds id title content…
zwl1619
  • 4,002
  • 14
  • 54
  • 110
0
votes
0 answers

How can I transform null data in Algolia widget?

I am using Algolia instant search for listing my products. I have the following widget to list items by language: search.addWidget( instantsearch.widgets.refinementList({ container: '#language', attributeName: 'language', …
jco
  • 667
  • 10
  • 23
0
votes
0 answers

How do I get Algolia to index html list items?

Currently, Algolia doesn't let me search for text inside the "li" tags in my jekyll site. I tried adding "-li" to config.yml but that didn't do it. Has anyone dealt with this before? Thank you!
0
votes
2 answers

Module 'algoliasearch' is not available Error

I am trying to create a Instant Search Prototype using Algolia AngularJS module . I am using an app generated via jhipster (Micro Service Gateway) which uses Angular JS v1.x. However when I launch my app I get this error: I ran the following…
Dhananjay
  • 642
  • 6
  • 15
0
votes
1 answer

Customize Algolia Autocomplete Footer Content (Magento2)

I have Algolia installed on my Magento 2 site. Which file should I edit to change the footer text in the below image? https://i.stack.imgur.com/uUMju.png Instead of saying "See products in all departments..." I'd like it to say something like "Shop…
Lauren
  • 177
  • 1
  • 2
  • 11
0
votes
2 answers

How can I query Algolia to find all documents missing a particular key?

If I have an Algolia index containing documents that look like these: {"object_id":1, "color":"red", "shape":"circle"} {"object_id":2, "color":"blue", "shape":"triangle"} {"object_id":3, "color":"green", "shape":"square"} {"object_id":4,…
0
votes
1 answer

Algolia: How to implement customized Featured Products in a results page?

I want to feature (move to top of results) certain products on only certain search result pages. With only a single search performed. A Custom Ranking Attribute would boost a product's ranking for all pages, instead of certain pages. A somewhat…
Derekz
  • 1