@fluid-topics/ft-search-context 2.0.19 → 2.0.21

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.
@@ -81,6 +81,7 @@ export class FtSearchStateManager extends FtStateManager {
81
81
  }
82
82
  setQuery(query) {
83
83
  this.updateSearchRequest({ query }, true);
84
+ this.setLiveQuery(query);
84
85
  }
85
86
  setContentLocale(contentLocale) {
86
87
  var _a, _b;
@@ -271,6 +272,7 @@ export class FtSearchStateManager extends FtStateManager {
271
272
  ...request,
272
273
  facets: this.store.getState().request.facets,
273
274
  }, true);
275
+ this.setLiveQuery(request.query);
274
276
  }
275
277
  setScope(scope) {
276
278
  this.updateSearchRequest({ scope });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-context",
3
- "version": "2.0.19",
3
+ "version": "2.0.21",
4
4
  "description": "Context block for integrated search components",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,12 +19,12 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-app-context": "2.0.19",
23
- "@fluid-topics/ft-wc-utils": "2.0.19",
22
+ "@fluid-topics/ft-app-context": "2.0.21",
23
+ "@fluid-topics/ft-wc-utils": "2.0.21",
24
24
  "lit": "3.1.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@fluid-topics/public-api": "1.0.120"
27
+ "@fluid-topics/public-api": "1.0.121"
28
28
  },
29
- "gitHead": "d15de935388c90943f892be3218381dcfcd09c63"
29
+ "gitHead": "3daf4c51496f7b8ef227e5e7e0ed0a03bfbbb9fc"
30
30
  }