algoliasearch-client-android icon indicating copy to clipboard operation
algoliasearch-client-android copied to clipboard

Algolia Search API Client for Android

Results 13 algoliasearch-client-android issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe 🙏** AlgoliaSearch is the only external library I need to disable Jetifier. It would be nice if you could release...

According to [Build times out because no output was received](https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received), we should carefully use travis_wait, as it may make the build unstable and extend the build time. ===================== If there...

**Describe the bug 🐛** On android 4.4 search api has problems with SSL while query API **Environment:** - OS: android - Version 4.4 - Device: Motorola Moto E Stack trace:...

**Describe the bug 🐛** We have several crashes appearing in Crashlytics due to an issue on the Evernote android-job library described [here](https://github.com/evernote/android-job/issues/255) **To Reproduce 🔍** Steps to reproduce the behavior:...

**Describe the bug 🐛** Getting below exception very frequently com.algolia.search.saas.AlgoliaException: Error while reading stream: thread interrupted at com.algolia.search.saas.AbstractClient._toByteArray(AbstractClient.java:472) at com.algolia.search.saas.AbstractClient._requestRaw(AbstractClient.java:632) at com.algolia.search.saas.AbstractClient.postRequestRaw(AbstractClient.java:425) at com.algolia.search.saas.Index.searchRaw(Index.java:1383) at com.algolia.search.saas.Index.search(Index.java:1355) at com.algolia.search.saas.Index.searchSync(Index.java:139) at com.algolia.search.saas.Index.searchSync(Index.java:148)...

The README is generated automatically from Algolia's documentation.

Add [Codeowners](https://help.github.com/en/articles/about-code-owners).

**Do you want to request a *feature* or report a *bug*?** **Bug** **Bug: What is the current behavior?** `public Request getObjectAsync(final @NonNull String objectID, final @Nullable Collection attributesToRetrieve, @Nullable RequestOptions...

All search parameters are valid but: - typoTolerance - distinct - facets - getRankingInfo - attributesToHighlight - attributesToSnippet Any of those, or indexing parameters, should result in a `InvalidArgumentException`.

enhancement
documentation

A customer on support reported that ISA's `addFacetRefinement` used with `isDisjunctiveFacet=true` does return hits with only the selected facet values. He's mostly right: the [documented parameter](https://www.algolia.com/doc/api-reference/api-methods/search/?language=android#response-details) `facets` is returned with...

bug
question