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 268298d commit c86d3abCopy full SHA for c86d3ab
services/static-webserver/client/source/class/osparc/data/Resources.js
@@ -126,8 +126,7 @@ qx.Class.define("osparc.data.Resources", {
126
getPageSearch: {
127
useCache: false,
128
method: "GET",
129
- url: statics.API + "/projects:search?offset={offset}&limit={limit}&text={text}&order_by={orderBy}"
130
- // url: statics.API + "/projects:search?offset={offset}&limit={limit}&text={text}&tags={tags}&order_by={orderBy}"
+ url: statics.API + "/projects:search?offset={offset}&limit={limit}&text={text}&tag_ids={tags}&order_by={orderBy}"
131
},
132
getOne: {
133
0 commit comments