Accesses the Content Services Search API.
string
, options?: SearchOptions
): Observable
<
NodePaging
>
string
- Term to search forSearchOptions
- (Optional) Options for delivery of the search resultsObservable
<
NodePaging
>
- List of nodes resulting from the searchstring
, maxResults: number
, skipCount: number
): Observable
<
ResultSetPaging
>
string
- Term to search fornumber
- Maximum number of items in the list of resultsnumber
- Number of higher-ranked items to skip over in the listObservable
<
ResultSetPaging
>
- List of search resultsQueryBody
): Observable
<
ResultSetPaging
>
QueryBody
- Object containing the search parametersObservable
<
ResultSetPaging
>
- List of search resultsSee the
search method
in the Alfresco JS-API for the format of the query and returned data.
The Search Configuration service
has a method to generate the QueryBody object used by searchByQueryBody
. The properties of the
SearchOptions
interface are documented in source file comments.
© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.