Skip to content

Commit c3464ac

Browse files
author
Aschen
committed
Release 7.4.8
1 parent bcf3054 commit c3464ac

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

doc/7/controllers/auth/search-api-keys/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ searchApiKeys([query], [options]);
3030

3131
The search query to apply to API keys content, using [ElasticSearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/7.3/query-dsl.html) syntax.
3232

33-
<SinceBadge version="auto-version"/>
33+
<SinceBadge version="7.4.8"/>
3434

3535
This method also supports the [Koncorde Filters DSL](/core/2/api/koncorde-filters-syntax) to match documents by passing the `lang` argument with the value `koncorde`.
3636
Koncorde filters will be translated into an Elasticsearch query.
@@ -49,7 +49,7 @@ Additional query options
4949
| ---------- | ------------------ | ------------ |
5050
| `from` | <pre>number</pre><br/>(`0`) | Offset of the first document to fetch |
5151
| `size` | <pre>number</pre><br/>(`10`) | Maximum number of documents to retrieve per page |
52-
| `lang` | <pre>string</pre> | Specify the query language to use. By default, it's `elasticsearch` but `koncorde` can also be used. <SinceBadge version="auto-version"/> |
52+
| `lang` | <pre>string</pre> | Specify the query language to use. By default, it's `elasticsearch` but `koncorde` can also be used. <SinceBadge version="7.4.8"/> |
5353

5454
## Resolves
5555

doc/7/controllers/document/delete-by-query/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Deletes documents matching the provided search query.
1111

1212
Kuzzle uses the [ElasticSearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/7.3/query-dsl.html) syntax.
1313

14-
<SinceBadge version="auto-version"/>
14+
<SinceBadge version="7.4.8"/>
1515

1616
This method also supports the [Koncorde Filters DSL](/core/2/api/koncorde-filters-syntax) to match documents by passing the `lang` argument with the value `koncorde`.
1717
Koncorde filters will be translated into an Elasticsearch query.
@@ -44,7 +44,7 @@ Additional query options
4444
| `queuable` | <pre>boolean</pre><br/>(`true`) | If true, queues the request during downtime, until connected to Kuzzle again |
4545
| `refresh` | <pre>string</pre><br/>(`""`) | If set to `wait_for`, waits for the change to be reflected for `search` (up to 1s) |
4646
| `source` | <pre>boolean</pre> | if set to `true` Kuzzle will return each deleted document body in the response |
47-
| `lang` | <pre>string</pre> | Specify the query language to use. By default, it's `elasticsearch` but `koncorde` can also be used. <SinceBadge version="auto-version"/> |
47+
| `lang` | <pre>string</pre> | Specify the query language to use. By default, it's `elasticsearch` but `koncorde` can also be used. <SinceBadge version="7.4.8"/> |
4848

4949
## Resolves
5050

doc/7/controllers/document/search/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It can lead to memory leaks if a scroll duration too great is provided, or if to
2626
You can restrict the scroll session maximum duration under the `services.storage.maxScrollDuration` configuration key.
2727
:::
2828

29-
<SinceBadge version="auto-version"/>
29+
<SinceBadge version="7.4.8"/>
3030

3131
This method also supports the [Koncorde Filters DSL](/core/2/api/koncorde-filters-syntax) to match documents by passing the `lang` argument with the value `koncorde`.
3232
Koncorde filters will be translated into an Elasticsearch query.
@@ -58,7 +58,7 @@ Additional query options
5858
| `from` | <pre>number</pre><br/>(`0`) | Offset of the first document to fetch |
5959
| `size` | <pre>number</pre><br/>(`10`) | Maximum number of documents to retrieve per page |
6060
| `scroll` | <pre>string</pre><br/>(`""`) | When set, gets a forward-only cursor having its ttl set to the given value (ie `30s`; cf [elasticsearch time limits](https://www.elastic.co/guide/en/elasticsearch/reference/7.3/common-options.html#time-units)) |
61-
| `lang` | <pre>string</pre> | Specify the query language to use. By default, it's `elasticsearch` but `koncorde` can also be used. <SinceBadge version="auto-version"/> |
61+
| `lang` | <pre>string</pre> | Specify the query language to use. By default, it's `elasticsearch` but `koncorde` can also be used. <SinceBadge version="7.4.8"/> |
6262
| `verb` | <pre>string</pre> | (HTTP only) Forces the verb of the route |
6363

6464
#### verb

doc/7/controllers/document/update-by-query/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Updates documents matching the provided search query.
1111

1212
Kuzzle uses the [ElasticSearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/7.4/query-dsl.html) syntax.
1313

14-
<SinceBadge version="auto-version"/>
14+
<SinceBadge version="7.4.8"/>
1515

1616
This method also supports the [Koncorde Filters DSL](/core/2/api/koncorde-filters-syntax) to match documents by passing the `lang` argument with the value `koncorde`.
1717
Koncorde filters will be translated into an Elasticsearch query.
@@ -46,7 +46,7 @@ Additional query options.
4646
| ----------------- | ------------------------------- | ---------------------------------------------------------------------------------- |
4747
| `refresh` | <pre>string</pre><br/>(`""`) | If set to `wait_for`, waits for the change to be reflected for `search` (up to 1s) |
4848
| `source` | <pre>boolean</pre><br/>(`false`)| If true, returns the updated document inside the response
49-
| `lang` | <pre>string</pre> | Specify the query language to use. By default, it's `elasticsearch` but `koncorde` can also be used. <SinceBadge version="auto-version"/> |
49+
| `lang` | <pre>string</pre> | Specify the query language to use. By default, it's `elasticsearch` but `koncorde` can also be used. <SinceBadge version="7.4.8"/> |
5050
## Resolves
5151

5252
Returns an object containing 2 arrays: `successes` and `errors`

doc/7/controllers/security/search-api-keys/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ searchApiKeys(userId, [query], [options]);
3131

3232
The search query to apply to API keys content, using [ElasticSearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/7.3/query-dsl.html) syntax.
3333

34-
<SinceBadge version="auto-version"/>
34+
<SinceBadge version="7.4.8"/>
3535

3636
This method also supports the [Koncorde Filters DSL](/core/2/api/koncorde-filters-syntax) to match documents by passing the `lang` argument with the value `koncorde`.
3737
Koncorde filters will be translated into an Elasticsearch query.
@@ -50,7 +50,7 @@ Additional query options
5050
| ---------- | ------------------ | ------------ |
5151
| `from` | <pre>number</pre><br/>(`0`) | Offset of the first document to fetch |
5252
| `size` | <pre>number</pre><br/>(`10`) | Maximum number of documents to retrieve per page |
53-
| `lang` | <pre>string</pre> | Specify the query language to use. By default, it's `elasticsearch` but `koncorde` can also be used. <SinceBadge version="auto-version"/> |
53+
| `lang` | <pre>string</pre> | Specify the query language to use. By default, it's `elasticsearch` but `koncorde` can also be used. <SinceBadge version="7.4.8"/> |
5454

5555
## Resolves
5656

doc/7/controllers/security/search-users/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ searchUsers([query], [options]);
2626

2727
The search query to apply to users content, using [ElasticSearch Query DSL](https://www.elastic.co/guide/en/elasticsearch/reference/7.4/query-dsl.html) or the [Koncorde Filters DSL](/core/2/api/koncorde-filters-syntax) syntax.
2828

29-
<SinceBadge version="auto-version"/>
29+
<SinceBadge version="7.4.8"/>
3030

3131
This method also supports the [Koncorde Filters DSL](/core/2/api/koncorde-filters-syntax) to match documents by passing the `lang` argument with the value `koncorde`.
3232
Koncorde filters will be translated into an Elasticsearch query.
@@ -45,7 +45,7 @@ If left empty, the result will return all available users.
4545
| `from` | <pre>number</pre><br/>(`0`) | Offset of the first document to fetch |
4646
| `size` | <pre>number</pre><br/>(`10`) | Maximum number of documents to retrieve per page |
4747
| `scroll` | <pre>string</pre><br/>(`""`) | When set, gets a forward-only cursor having its ttl set to the given value (ie `30s`; cf [elasticsearch time limits](https://www.elastic.co/guide/en/elasticsearch/reference/7.3/common-options.html#time-units)) |
48-
| `lang` | <pre>string</pre> | Specify the query language to use. By default, it's `elasticsearch` but `koncorde` can also be used. <SinceBadge version="auto-version"/> |
48+
| `lang` | <pre>string</pre> | Specify the query language to use. By default, it's `elasticsearch` but `koncorde` can also be used. <SinceBadge version="7.4.8"/> |
4949

5050
## Resolves
5151

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kuzzle-sdk",
3-
"version": "7.4.7",
3+
"version": "7.4.8",
44
"description": "Official Javascript SDK for Kuzzle",
55
"author": "The Kuzzle Team <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)