Hi there,
I am trying to make a search of documents inside OpenKM but using an specific path. I know OKMSearch.find would work but honestly I have no idea about how to use it. I saw here some links were the info is on the wiki section (which I can not get in obviously). Does anyone have a clear example where this kind of search was made?
I'm using this code, but got no results even knowing that there are documents that match my search.
queryParams Params = new queryParams();
Params.path = "/okm:root/pruebas";
Params.content = "test";
queryResult[] Result = searchService.find(token, Params);
Please if you could help me, I'll really appreciate it, I'm using C# .net
Cheers,
RC.
I am trying to make a search of documents inside OpenKM but using an specific path. I know OKMSearch.find would work but honestly I have no idea about how to use it. I saw here some links were the info is on the wiki section (which I can not get in obviously). Does anyone have a clear example where this kind of search was made?
I'm using this code, but got no results even knowing that there are documents that match my search.
queryParams Params = new queryParams();
Params.path = "/okm:root/pruebas";
Params.content = "test";
queryResult[] Result = searchService.find(token, Params);
Please if you could help me, I'll really appreciate it, I'm using C# .net
Cheers,
RC.