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 3a01065 commit 1a7c45dCopy full SHA for 1a7c45d
services/static-webserver/client/source/class/osparc/data/Resources.js
@@ -130,7 +130,8 @@ qx.Class.define("osparc.data.Resources", {
130
getPageSearch: {
131
useCache: false,
132
method: "GET",
133
- url: statics.API + "/projects?type=user&offset={offset}&limit={limit}&search={text}"
+ url: statics.API + "/projects:search?offset={offset}&limit={limit}&text={text}"
134
+ // url: statics.API + "/projects:search?offset={offset}&limit={limit}&text={text}&tags={tags}&order_by={orderBy}"
135
},
136
getOne: {
137
0 commit comments