Hello,
I use ApplyQuery function and am trying to search in specific folder under the Enterprise workspace.
1. I didn't find how to start search under a particular folder that's why I forced to use the following query:
where = @"((OTDataID :'3489819'|'3489944')) AND
// ((OTData :'" + criteria + "') OR (OTName :'" + criteria + "')) AND
// (OTSubType:'144')";
where the OTDataID - I take from my previous document browse. I guess there is another way to do it.
2.After having the search results I need to display it LiveLink-like with a short summary/description. Maybe there are other field that i could include to the search result like OTDescrioption?
3.I was also thinking about using URL query like:
?func=search&lookfor1=allwords&where1=sail+boat
but again I need the parameter to define the folder under which start the search.
Thanks
I use ApplyQuery function and am trying to search in specific folder under the Enterprise workspace.
1. I didn't find how to start search under a particular folder that's why I forced to use the following query:
where = @"((OTDataID :'3489819'|'3489944')) AND
// ((OTData :'" + criteria + "') OR (OTName :'" + criteria + "')) AND
// (OTSubType:'144')";
where the OTDataID - I take from my previous document browse. I guess there is another way to do it.
2.After having the search results I need to display it LiveLink-like with a short summary/description. Maybe there are other field that i could include to the search result like OTDescrioption?
3.I was also thinking about using URL query like:
?func=search&lookfor1=allwords&where1=sail+boat
but again I need the parameter to define the folder under which start the search.
Thanks