Hi,
I'm trying to build a Search that would start in a user's workspace and list a number of records (50 for example) but including everything, much like when you use the search "From Here" on the Livelink UI.
I was able to Search for Names as well as anything related to the Common Region Names (For example OTDoc, OTName, etc.) I want however to be able to search for contents (assuming that we are doing a full text indexing) as well as Attributes. Particularly with Attributes it is my understanding that we need to use something like:
("Attr_3413_9" : "Joe" )
This is fine, when you know which Categories are associated to a node. However, if you have a bunch of categories, each with a bunch of attributes this becomes really hard to do.
The question is, is there a simple/generic way to simulate the UI's "From Here" search, including in this the Document's text as well as all the possible categories and attributes associated to any node?
Really appreciate your help.
I'm trying to build a Search that would start in a user's workspace and list a number of records (50 for example) but including everything, much like when you use the search "From Here" on the Livelink UI.
I was able to Search for Names as well as anything related to the Common Region Names (For example OTDoc, OTName, etc.) I want however to be able to search for contents (assuming that we are doing a full text indexing) as well as Attributes. Particularly with Attributes it is my understanding that we need to use something like:
("Attr_3413_9" : "Joe" )
This is fine, when you know which Categories are associated to a node. However, if you have a bunch of categories, each with a bunch of attributes this becomes really hard to do.
The question is, is there a simple/generic way to simulate the UI's "From Here" search, including in this the Document's text as well as all the possible categories and attributes associated to any node?
Really appreciate your help.