From 6bbf49e15feb18811d47f897aeee7cf4ec5ad11f Mon Sep 17 00:00:00 2001 From: Rich Kuzsma <62522248+richkuz@users.noreply.github.com> Date: Tue, 28 Sep 2021 08:18:03 -0400 Subject: [PATCH] Release v7.15.0 --- 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 +- fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license | 2 +- .../disjunctive_license_also_deps | 2 +- .../disjunctive_license_with_override_tags | 2 +- 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 +- fixtures/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 +- .../host-2376rb.api.swiftype.com-443/search_with_license_facet | 2 +- fixtures/localhost.swiftype.com-3002/localhost_search | 2 +- package.json | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index e6b22ee..1da6e20 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 6fe960b..1e4242b 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 f9e8fd5..32d234c 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 476952b..ef1a548 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 31e9628..2777d79 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 38fae49..6a716b9 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: 7.14.0 +x-swiftype-client-version: 7.15.0 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":0},\"filters\":{\"all\":[{\"license\":\"BSD\"}]},\"facets\":{\"dependencies\":[{\"type\":\"value\",\"size\":3}]},\"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 b21bf17..fcc3209 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: 7.14.0 +x-swiftype-client-version: 7.15.0 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":0},\"filters\":{\"all\":[{\"dependencies\":\"socket.io\"}]},\"facets\":{\"license\":{\"type\":\"value\",\"size\":3}},\"analytics\":{\"tags\":[\"Facet-Only\"]}} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license b/fixtures/host-2376rb.api.swiftype.com-443/disjunctive_license index 1ab3937..e70319d 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: 7.14.0 +x-swiftype-client-version: 7.15.0 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":0},\"filters\":{},\"facets\":{\"license\":[{\"type\":\"value\",\"size\":3}]},\"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 a15005c..501c013 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: 7.14.0 +x-swiftype-client-version: 7.15.0 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":0},\"filters\":{\"all\":[{\"dependencies\":\"socket.io\"}]},\"facets\":{\"license\":[{\"type\":\"value\",\"size\":3}]},\"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 3794c4e..d2554ba 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,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: 7.14.0 +x-swiftype-client-version: 7.15.0 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\",\"page\":{\"size\":0},\"filters\":{},\"facets\":{\"license\":[{\"type\":\"value\",\"size\":3}]},\"analytics\":{\"tags\":[\"FromSERP\",\"Disjunctive\"]}} diff --git a/fixtures/host-2376rb.api.swiftype.com-443/multi_search b/fixtures/host-2376rb.api.swiftype.com-443/multi_search index 6e9fcd0..17698e2 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 fceb0f2..ae7a51c 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 5b8d3b8..c29e3d5 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 a19ca0f..b0c4756 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 a7d92ee..2a6d373 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 9571a25..70fbe71 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 35836ab..e8134ed 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 27ce721..b22ec53 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 f0d49a8..3eca7f8 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 3182042..040bb3b 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 c54fd07..5b043b0 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 4bb2257..555eaaf 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 e463e54..ff51dab 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 6f91c04..ae56832 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 a241bd8..e7e62f3 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: 7.14.0 +x-swiftype-client-version: 7.15.0 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 9cff0b3..41ec9b6 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: 7.14.0 +x-swiftype-client-version: 7.15.0 accept: */* accept-encoding: gzip,deflate body: {\"query\":\"cat\"} diff --git a/package.json b/package.json index 428d6e4..d1263d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@elastic/app-search-javascript", - "version": "7.14.0", + "version": "7.15.0", "description": "Javascript client for the Elastic App Search Api", "browser": "dist/elastic_app_search.umd.js", "main": "dist/elastic_app_search.umd.js",