Thanks guys,
If you are talking about the search xml that is done by calling a url and returns xml, I did take a look at it and I was concerned about returning too much data via xml. Does anyone have any input on the relative speed of the 2 methods?
I also choose to go the LAPI route because i...
I googled around and tried then tried to set the copylocal property to false. Now it appears to work I get the asmx function page. However when i invoke my function i get:
File or assembly name LAPI_NETp, or one of its dependencies, was not found.
I also set my windows temp directory to...
That's good to know.
I found that I received an a get(name) error with the objectId being the folder id. However, if i put a negative sign in front of the objectId, i was able to call the search call.
I'm posting the code, because there isn't enought code examples out here.
Dim...
I would like to search from a folder and downward. Just how a user would search. So i'm assuming that ObjectId is the folder i wish to search???
"objectID the ID of the searchable object to which the search will be applied; the object must be a valid searchable object type. Open Text recommends...
Ok, I'm answering my own question:
Dim search As LAPI_SEARCH
search.applyQuery(,,,,search.SORTBYEXISTENCE, _,,)
The documentation said "constant", not member varible of Lapi_search object.
I need the constant for SORTBYRELEVANCY. It's used in the ApplyQuery call.
"sortBy a constant that identifies the ranking (sorting) method that should be used. The default ranking method is SORTBYRELEVANCY. "
I've Imports com.opentext.api, but the constant is still undefined.
How can I get it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.