Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Livelink search functionality - oscript 1

Status
Not open for further replies.

musojonn

Technical User
Aug 10, 2012
7
GB
Hi there.

I'm trying to look at doing full text searches in Livelink. I've looked at the below code:

results = broker.simpleCMSSearch("Demo");
for (i = 0; i < results.length; i++)
{
write(results.cmsName, " (", results.score, "%)");
}

I cannot get this to work at all. I guess I need to understand how broker came into being here. Would someone please mind doing a noob text search snippet so I can see what I'm doing wrong? I can't do this from SQL as the text objects are encrypted.

Thanks in advance :)

Take care

Jon
 
Hi thanks for replying.

No, we don't pay support anymore, just own the license. So I can't register for the knowledgebase site. It's annoying, especially when the "documentation" mentions it but doesn't seem easy to make work.

Thanks

Jon
 
Communities is not a OT paid site.If you register there you can see that code

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008,Livelink ECM Champion 2010
 
Thanks Appnair, sorry thought I'd submitted a reply to this. The code is indeed interesting. Having read through a few threads on here, is using LAPI often the way to go? My hope had been to do this search functionality just through oscript but is this not sensible?

Thanks again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top