Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 05ff6d6

Browse files
committed
[doc] README Update
1 parent 1e30bc3 commit 05ff6d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Add the following dependency to your Gradle build file:
121121
```gradle
122122
dependencies {
123123
// [...]
124-
compile 'com.algolia:algoliasearch-android:3.+@aar'
124+
compile 'com.algolia:algoliasearch-android:3.5'
125125
}
126126
```
127127

@@ -342,7 +342,7 @@ The server response will look like:
342342

343343
- `query` (string): An echo of the query text. See the [`query`](#query) search parameter.
344344

345-
- `queryAfterRemoval` (string, optional): *Note: Only returned when [`removeWordsIfNoResults`](#removewordsifnoresults) is set.* A markup text indicating which parts of the original query have been removed in order to retrieve a non-empty result set. The removed parts are surrounded by `<em>` tags.
345+
- `queryAfterRemoval` (string, optional): *Note: Only returned when [`removeWordsIfNoResults`](#removewordsifnoresults) is set to `lastWords` or `firstWords`.* A markup text indicating which parts of the original query have been removed in order to retrieve a non-empty result set. The removed parts are surrounded by `<em>` tags.
346346

347347
- `params` (string, URL-encoded): An echo of all search parameters.
348348

@@ -2152,4 +2152,3 @@ The REST API lets your interact directly with Algolia platforms from anything th
21522152
21532153
21542154
2155-

0 commit comments

Comments
 (0)