-
Updated
Apr 20, 2022 - HTML
algolia-search
Algolia is a hosted API for building search into web and mobile applications, with typo-tolerance, fully configurable relevance, and other tools for making great search experiences.
Here are 161 public repositories matching this topic...
-
Updated
Apr 20, 2022 - TypeScript
-
Updated
Feb 28, 2022 - SCSS
-
Updated
Apr 20, 2022 - PHP
-
Updated
Apr 11, 2022 - TypeScript
-
Updated
Mar 5, 2018 - PHP
-
Updated
Apr 21, 2022 - TypeScript
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Apr 17, 2022 - JavaScript
-
Updated
Apr 13, 2022 - Go
-
Updated
Apr 18, 2022 - PHP
-
Updated
Apr 9, 2022 - PHP
-
Updated
Apr 8, 2022 - Dart
-
Updated
Aug 17, 2021 - Java
-
Updated
Jan 19, 2022 - Elixir
-
Updated
Apr 20, 2022 - C
-
Updated
Apr 18, 2022 - JavaScript
-
Updated
Apr 12, 2022 - SCSS
-
Updated
Mar 22, 2019 - PHP
The restrictIndices of API keys should be typed as:
- an array of strings OR
- a comma-separated string
Both format should be handled at serialization/deserialization time.
-
Updated
Oct 10, 2021 - TypeScript
-
Updated
Apr 2, 2022 - Dart
-
Updated
Mar 28, 2022 - TypeScript
-
Updated
Apr 21, 2022 - JavaScript
Quick refactoring: the IndexingDsl trait is currently written within the IndexingDefinition.scala file of the definitions package but it should be migrated to the dsl package, like all other *Dsl traits.
-
Updated
Jul 27, 2020 - PHP
Currently, we are creating admin accounts manually. This will be a bit tricky for non-programmers so, we need a script that creates a user and corresponding doc in user collection with required fields. Doc id will be the admin's UID which is generated by Firebase auth.
Admin's doc in user collection should be:
- isAdmin - boolean - true
- isGuest - boolean - false
- pincode
-
Updated
Mar 21, 2021 - PHP
-
Updated
Feb 26, 2022 - CSS
Created by Nicolas Dessaigne, Julien Lemoine
Released October 23, 2012
- Organization
- algolia
- Website
- www.algolia.com
- Wikipedia
- Wikipedia
Summary
The type of
averageClickPositionfield in variant response structure must be float.It was revealed that it was set to int in the Go API Client, so we have to check its correctness among other clients.
https://github.com/algolia/algoliasearch-client-csharp/blob/master/src/Algolia.Search/Models/Analytics/Variant.cs#L48-L51