Description
Searches for objects matching generic conditions and return them as XML (GET/POST)
Parameters
Name string
Either a GNQuery search expression or the name of the search configuration object containing the search conditions. Optional - if not specified the search conditions must be POSTed as part of the request.
Pars list of name-value pairs in the format 'name1:value1;name2:value2...'; e.g. 'folderId:30;cmd:up' to define a 'folderId' parameter with value 30 and a 'cmd' parameter with value 'up'.
Optional parameters used to replace variable parts in the GNQuery expression or in the search conditions and passed to the XSL transformation used to generate the objects XML (if any).
Sort string
Name of the sort to use - it must match one of the named sorts declared in the search configuration
InvertSort
Invert the sort orders (from ascending to descending or vice-versa)
From integer
Index of the first object to return. 0=first object returned by the search. Optional, if not specified start from the first object returned by the search.
Count integer
Number of objects to return. Optional, if not specified or zero return the first n (number of element per page multiplied by prefetch page count) objects from the first requested one.
Feed string
Name of the feed configuration (XML export options) to use to generate the returned objects' XML. Optional, if not specified use the default XML export options - i.e. return the native navigator XML.
Context string
Exalead search context, optional.
RefinementId string
Exalead refinement id, optional.
SuggestionQuery string
Exalead suggestion query, optional.
Throw
Throw exception and errors, resulting in an HTTP error page. If not specified, exception and errors are captured and their description is returned as a normal XML result.
Audit
Flag which indicates if writing the search into the audit trail or not