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