@infrab4a/connect 4.9.4-beta.1 → 4.9.4-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs.js CHANGED
@@ -2682,6 +2682,7 @@ class ProductsIndex {
2682
2682
  }
2683
2683
  const search = await this.adapter.query(this.index, {
2684
2684
  size,
2685
+ min_score: 1,
2685
2686
  _source: fields,
2686
2687
  query: {
2687
2688
  bool: query,
package/index.esm.js CHANGED
@@ -2658,6 +2658,7 @@ class ProductsIndex {
2658
2658
  }
2659
2659
  const search = await this.adapter.query(this.index, {
2660
2660
  size,
2661
+ min_score: 1,
2661
2662
  _source: fields,
2662
2663
  query: {
2663
2664
  bool: query,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect",
3
- "version": "4.9.4-beta.1",
3
+ "version": "4.9.4-beta.2",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },