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

Commit c326900

Browse files
committed
[ci skip] Replace all the example with tagFilters and numericFilters by the new unified filters[This list might not be relevant]Scala: Add warning about the JVM & DNS
docs(JS): add debugging paragraph
1 parent f44e05c commit c326900

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111

1212

13+
1314
<!--NO_HTML-->
1415

1516
[Algolia Search](https://www.algolia.com) is a hosted full-text, numerical, and faceted search engine capable of delivering realtime results from the first keystroke.
@@ -25,6 +26,7 @@ Our Android client lets you easily use the [Algolia Search API](https://www.algo
2526

2627

2728

29+
2830
<!--NO_HTML-->
2931

3032
Table of Contents
@@ -1144,7 +1146,7 @@ You can send multiple queries with a single API call using a batch of queries:
11441146
List<IndexQuery> queries = new ArrayList<>();
11451147

11461148
queries.add(new IndexQuery("categories", new Query(myQueryString).setHitsPerPage(3)));
1147-
queries.add(new IndexQuery("products", new Query(myQueryString).setHitsPerPage(3).setTagFilters("promotion"));
1149+
queries.add(new IndexQuery("products", new Query(myQueryString).setHitsPerPage(3).set("filters", "promotion"));
11481150
queries.add(new IndexQuery("products", new Query(myQueryString).setHitsPerPage(10)));
11491151

11501152
client.multipleQueriesAsync(queries, new CompletionHandler() {

0 commit comments

Comments
 (0)