We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc2b82 commit 926b172Copy full SHA for 926b172
services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js
@@ -1278,6 +1278,13 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
1278
},
1279
1280
_changeContext: function(context, workspaceId = null, folderId = null) {
1281
+ if (context.includes("search")) {
1282
+ const cParams = this.__getRequestParams();
1283
+ const currentSearch = this._searchBarFilter.getChildControl("text-field").getValue();
1284
+ // OM here
1285
+ console.log("searching for", cParams, currentSearch);
1286
+ }
1287
+
1288
if (
1289
!context.includes("search") && // load projects if search string changed
1290
context === this.getCurrentContext() &&
0 commit comments