hello,
i try to find a folder via the OKMSearchProxy
when i use the method findByName(folderName) i don't get any results. when i search via the web console i also get no results.
when i check the type "folder" in the webconsole one correct result is found.
I thought that i should use some query param to search for folders not for documents (the default type).
but in the query params there is no field: "type" ?
the possible fields are in the attachment picture.
how can i search for folders very easy? with:
see attachment
i try to find a folder via the OKMSearchProxy
when i use the method findByName(folderName) i don't get any results. when i search via the web console i also get no results.
when i check the type "folder" in the webconsole one correct result is found.
I thought that i should use some query param to search for folders not for documents (the default type).
but in the query params there is no field: "type" ?
the possible fields are in the attachment picture.
how can i search for folders very easy? with:
Code: Select all
the query params are very clear but i am missing the "type" where i can set to folder:QueryResult[] find(String token, QueryParams params)
see attachment