From dd82803a89fe5d9dbadd27f3874d721b0c98d138 Mon Sep 17 00:00:00 2001 From: Joseph McElroy Date: Fri, 6 May 2022 20:45:26 +0100 Subject: [PATCH 1/2] add verbose mode to show skipped tests --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 2d0edc5..45b1d5d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "program": "${workspaceRoot}/node_modules/jest/bin/jest.js", "stopOnEntry": false, - "args": ["--runInBand", "--forceExit", "--watch"], + "args": ["--runInBand", "--forceExit", "--watch", "--verbose"], "cwd": "${workspaceRoot}", "preLaunchTask": null, "runtimeExecutable": null, From f3a5cea8450b7327cc606e3415e83fee05959bdc Mon Sep 17 00:00:00 2001 From: Joseph McElroy Date: Mon, 9 May 2022 14:44:18 +0100 Subject: [PATCH 2/2] bump 8.1.2 --- README.md | 2 +- fixtures/host-2376rb.api.swiftype.com-443/additional_headers | 2 +- fixtures/host-2376rb.api.swiftype.com-443/click_no_options | 2 +- fixtures/host-2376rb.api.swiftype.com-443/click_no_tags | 2 +- fixtures/host-2376rb.api.swiftype.com-443/click_simple | 2 +- .../disjunctive_deps_also_license | 2 +- .../disjunctive_deps_also_license_no_array_syntax | 2 +- .../disjunctive_licence_override_tags | 4 ++-- fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license | 2 +- .../disjunctive_license_also_deps | 2 +- .../disjunctive_license_with_override_tags | 4 ++-- fixtures/host-2376rb.api.swiftype.com-443/multi_search | 2 +- fixtures/host-2376rb.api.swiftype.com-443/multi_search_error | 2 +- fixtures/host-2376rb.api.swiftype.com-443/query_suggestion | 2 +- .../query_suggestion_bad_options | 2 +- .../query_suggestion_with_options | 2 +- .../host-2376rb.api.swiftype.com-443/search_filter_and_facet | 2 +- .../search_filter_and_multi_facet | 2 +- .../search_filter_and_multi_facet_with_tags | 2 +- fixtures/host-2376rb.api.swiftype.com-443/search_grouped | 2 +- .../host-2376rb.api.swiftype.com-443/search_missing_query | 2 +- fixtures/host-2376rb.api.swiftype.com-443/search_multi_facet | 2 +- .../search_multi_filter_multi_facet | 2 +- .../search_multi_filter_multi_facet_no_array_syntax | 2 +- fixtures/host-2376rb.api.swiftype.com-443/search_simple | 2 +- .../search_with_license_facet | 2 +- fixtures/localhost.swiftype.com-3002/localhost_search | 2 +- package.json | 2 +- 28 files changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 4757fb6..bb247e4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The easiest way to install this client is to simply include the built distribution from the [jsDelivr](https://www.jsdelivr.com/) CDN. ```html - + ``` This will make the client available globally at: diff --git a/fixtures/host-2376rb.api.swiftype.com-443/additional_headers b/fixtures/host-2376rb.api.swiftype.com-443/additional_headers index b5b76a5..89424a6 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/additional_headers +++ b/fixtures/host-2376rb.api.swiftype.com-443/additional_headers @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: bogus/format x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\"} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/click_no_options b/fixtures/host-2376rb.api.swiftype.com-443/click_no_options index 9438b06..97405dc 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/click_no_options +++ b/fixtures/host-2376rb.api.swiftype.com-443/click_no_options @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/click.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"tags\":[]} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/click_no_tags b/fixtures/host-2376rb.api.swiftype.com-443/click_no_tags index 5adde34..18aa627 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/click_no_tags +++ b/fixtures/host-2376rb.api.swiftype.com-443/click_no_tags @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/click.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"Cat\",\"document_id\":\"rex-cli\",\"request_id\":\"8b55561954484f13d872728f849ffd22\",\"tags\":[]} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/click_simple b/fixtures/host-2376rb.api.swiftype.com-443/click_simple index 7379674..5b730f8 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/click_simple +++ b/fixtures/host-2376rb.api.swiftype.com-443/click_simple @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/click.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"Cat\",\"document_id\":\"rex-cli\",\"request_id\":\"8b55561954484f13d872728f849ffd22\",\"tags\":[\"Cat\"]} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_deps_also_license b/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_deps_also_license index 5a575cd..ed8cae7 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_deps_also_license +++ b/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_deps_also_license @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":0},\"filters\":{\"all\":[{\"license\":\"BSD\"}]},\"facets\":{\"dependencies\":[{\"type\":\"value\",\"size\":3}]},\"record_analytics\":false,\"analytics\":{\"tags\":[\"Facet-Only\"]}} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_deps_also_license_no_array_syntax b/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_deps_also_license_no_array_syntax index 7f2044c..85d7869 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_deps_also_license_no_array_syntax +++ b/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_deps_also_license_no_array_syntax @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":0},\"filters\":{\"all\":[{\"dependencies\":\"socket.io\"}]},\"facets\":{\"license\":{\"type\":\"value\",\"size\":3}},\"record_analytics\":false,\"analytics\":{\"tags\":[\"Facet-Only\"]}} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_licence_override_tags b/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_licence_override_tags index 66342b3..dac0e3e 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_licence_override_tags +++ b/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_licence_override_tags @@ -2,8 +2,8 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 -x-elastic-client-meta: ent=8.1.1-legacy,js=browser,t=8.1.1-legacy,ft=universal +x-swiftype-client-version: 8.1.2 +x-elastic-client-meta: ent=8.1.2-legacy,js=browser,t=8.1.2-legacy,ft=universal accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":0},\"filters\":{},\"facets\":{\"license\":[{\"type\":\"value\",\"size\":3}]},\"analytics\":{\"tags\":[\"FromSERP\",\"Disjunctive\"]},\"record_analytics\":false} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license b/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license index 1a6048d..08d6248 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license +++ b/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":0},\"filters\":{},\"facets\":{\"license\":[{\"type\":\"value\",\"size\":3}]},\"record_analytics\":false,\"analytics\":{\"tags\":[\"Facet-Only\"]}} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license_also_deps b/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license_also_deps index 0c4d70d..d6c1460 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license_also_deps +++ b/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license_also_deps @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":0},\"filters\":{\"all\":[{\"dependencies\":\"socket.io\"}]},\"facets\":{\"license\":[{\"type\":\"value\",\"size\":3}]},\"record_analytics\":false,\"analytics\":{\"tags\":[\"Facet-Only\"]}} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license_with_override_tags b/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license_with_override_tags index 7859b15..15e58d3 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license_with_override_tags +++ b/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license_with_override_tags @@ -2,8 +2,8 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 -x-elastic-client-meta: ent=8.1.1-legacy,js=browser,t=8.1.1-legacy,ft=universal +x-swiftype-client-version: 8.1.2 +x-elastic-client-meta: ent=8.1.2-legacy,js=browser,t=8.1.2-legacy,ft=universal accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":0},\"filters\":{},\"facets\":{\"license\":[{\"type\":\"value\",\"size\":3}]},\"analytics\":{\"tags\":[\"Facet-Only\"]},\"record_analytics\":false} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/multi_search b/fixtures/host-2376rb.api.swiftype.com-443/multi_search index 57a1d2e..bb69c84 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/multi_search +++ b/fixtures/host-2376rb.api.swiftype.com-443/multi_search @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/multi_search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"queries\":[{\"query\":\"cat\",\"page\":{\"size\":1}},{\"query\":\"dog\"}]} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/multi_search_error b/fixtures/host-2376rb.api.swiftype.com-443/multi_search_error index 46204d3..989de55 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/multi_search_error +++ b/fixtures/host-2376rb.api.swiftype.com-443/multi_search_error @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/multi_search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"queries\":[{\"query\":\"cat\",\"invalid\":\"parameter\"},{\"query\":\"dog\",\"another\":\"parameter\"}]} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/query_suggestion b/fixtures/host-2376rb.api.swiftype.com-443/query_suggestion index 64cacb0..8a84f1d 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/query_suggestion +++ b/fixtures/host-2376rb.api.swiftype.com-443/query_suggestion @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/query_suggestion authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\"} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/query_suggestion_bad_options b/fixtures/host-2376rb.api.swiftype.com-443/query_suggestion_bad_options index b3a2d31..5cd6d77 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/query_suggestion_bad_options +++ b/fixtures/host-2376rb.api.swiftype.com-443/query_suggestion_bad_options @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/query_suggestion authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"bad\":\"option\"} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/query_suggestion_with_options b/fixtures/host-2376rb.api.swiftype.com-443/query_suggestion_with_options index 2de03f5..4340423 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/query_suggestion_with_options +++ b/fixtures/host-2376rb.api.swiftype.com-443/query_suggestion_with_options @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/query_suggestion authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"size\":3,\"types\":{\"documents\":{\"fields\":[\"name\"]}}} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/search_filter_and_facet b/fixtures/host-2376rb.api.swiftype.com-443/search_filter_and_facet index b014178..fa4ca6f 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/search_filter_and_facet +++ b/fixtures/host-2376rb.api.swiftype.com-443/search_filter_and_facet @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":1},\"filters\":{\"license\":[\"BSD\"]},\"facets\":{\"license\":[{\"type\":\"value\",\"size\":3}]}} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/search_filter_and_multi_facet b/fixtures/host-2376rb.api.swiftype.com-443/search_filter_and_multi_facet index 2bc9657..55c03e6 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/search_filter_and_multi_facet +++ b/fixtures/host-2376rb.api.swiftype.com-443/search_filter_and_multi_facet @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":1},\"filters\":{\"license\":\"BSD\"},\"facets\":{\"license\":[{\"type\":\"value\",\"size\":3}],\"dependencies\":[{\"type\":\"value\",\"size\":3}]}} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/search_filter_and_multi_facet_with_tags b/fixtures/host-2376rb.api.swiftype.com-443/search_filter_and_multi_facet_with_tags index 2f9134b..4bb24f1 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/search_filter_and_multi_facet_with_tags +++ b/fixtures/host-2376rb.api.swiftype.com-443/search_filter_and_multi_facet_with_tags @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":1},\"filters\":{\"license\":\"BSD\"},\"facets\":{\"license\":[{\"type\":\"value\",\"size\":3}],\"dependencies\":[{\"type\":\"value\",\"size\":3}]},\"analytics\":{\"tags\":[\"SERP\"]}} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/search_grouped b/fixtures/host-2376rb.api.swiftype.com-443/search_grouped index 731c124..f72bc6e 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/search_grouped +++ b/fixtures/host-2376rb.api.swiftype.com-443/search_grouped @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":1},\"group\":{\"field\":\"license\"}} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/search_missing_query b/fixtures/host-2376rb.api.swiftype.com-443/search_missing_query index 9de20c6..a18843e 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/search_missing_query +++ b/fixtures/host-2376rb.api.swiftype.com-443/search_missing_query @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/search_multi_facet b/fixtures/host-2376rb.api.swiftype.com-443/search_multi_facet index f806414..ac6f572 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/search_multi_facet +++ b/fixtures/host-2376rb.api.swiftype.com-443/search_multi_facet @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":1},\"facets\":{\"license\":[{\"type\":\"value\",\"size\":3}],\"dependencies\":[{\"type\":\"value\",\"size\":3}]}} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/search_multi_filter_multi_facet b/fixtures/host-2376rb.api.swiftype.com-443/search_multi_filter_multi_facet index c6700f8..f1fc3be 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/search_multi_filter_multi_facet +++ b/fixtures/host-2376rb.api.swiftype.com-443/search_multi_filter_multi_facet @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":1},\"filters\":{\"all\":[{\"license\":\"BSD\"},{\"dependencies\":\"socket.io\"}]},\"facets\":{\"license\":[{\"type\":\"value\",\"size\":3}],\"dependencies\":[{\"type\":\"value\",\"size\":3}]}} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/search_multi_filter_multi_facet_no_array_syntax b/fixtures/host-2376rb.api.swiftype.com-443/search_multi_filter_multi_facet_no_array_syntax index 7ca27e5..637e4ec 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/search_multi_filter_multi_facet_no_array_syntax +++ b/fixtures/host-2376rb.api.swiftype.com-443/search_multi_filter_multi_facet_no_array_syntax @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":1},\"filters\":{\"all\":[{\"license\":\"BSD\"},{\"dependencies\":\"socket.io\"}]},\"facets\":{\"license\":{\"type\":\"value\",\"size\":3},\"dependencies\":[{\"type\":\"value\",\"size\":3}]}} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/search_simple b/fixtures/host-2376rb.api.swiftype.com-443/search_simple index 991b20c..3a6ebf3 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/search_simple +++ b/fixtures/host-2376rb.api.swiftype.com-443/search_simple @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\"} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/search_with_license_facet b/fixtures/host-2376rb.api.swiftype.com-443/search_with_license_facet index 7655cbc..601d595 100644 --- a/fixtures/host-2376rb.api.swiftype.com-443/search_with_license_facet +++ b/fixtures/host-2376rb.api.swiftype.com-443/search_with_license_facet @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":1},\"filters\":{},\"facets\":{\"license\":[{\"type\":\"value\",\"size\":3}]}} diff --git a/fixtures/localhost.swiftype.com-3002/localhost_search b/fixtures/localhost.swiftype.com-3002/localhost_search index f9790be..aef668f 100644 --- a/fixtures/localhost.swiftype.com-3002/localhost_search +++ b/fixtures/localhost.swiftype.com-3002/localhost_search @@ -2,7 +2,7 @@ POST /api/as/v1/engines/node-modules/search.json authorization: Bearer api-hean6g8dmxnm2shqqiag757a content-type: application/json x-swiftype-client: elastic-app-search-javascript -x-swiftype-client-version: 8.1.1 +x-swiftype-client-version: 8.1.2 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\"} diff --git a/package.json b/package.json index 0a3ca94..ed49d6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/app-search-javascript", - "version": "8.1.1", + "version": "8.1.2", "description": "Javascript client for the Elastic App Search Api", "browser": "dist/elastic_app_search.umd.js", "main": "dist/elastic_app_search.umd.js",