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!

Slices and search

Status
Not open for further replies.

AndyH1

Programmer
Jan 11, 2004
350
GB
I'm trying to get a search implemented which using the Livelink Search XML API feature so that I can get results returned in XML (suitable for XML skinning). You do this by adding the line
func=search&where1=SearchWord&slice=15477&outputformat=xml

Whilst I can get this to work, the problem is that I want the search to ONLY search a particular folder and its subfolders. The slice option seems to solution to this but I need to create the slice in such a way that it will search any doocuments in the folder. I can't find a way of defining a slice on a particular folder without adding addition constraints using the search menu. That is you need to say search words within the definition. Can anyone tell me how I define a slice to say search any documents within a specified folder or subfolder.
Thanks
Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top