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
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