mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
2.0 KiB
2.0 KiB
Title, Added, Status
Title | Added | Status |
---|---|---|
Search service | v2.0.0 | Active |
Search service
Accesses the Content Services Search API.
Class members
Methods
-
getNodeQueryResults(term:
string
, options?:SearchOptions
):Observable
<
NodePaging
>
- term:
string
- - options:
SearchOptions
- (Optional) (Optional) - Returns
Observable
<
NodePaging
>
-
- term:
-
search(searchTerm:
string
, maxResults:number
, skipCount:number
):Observable
<
NodePaging
>
- searchTerm:
string
- - maxResults:
number
- - skipCount:
number
- - Returns
Observable
<
NodePaging
>
-
- searchTerm:
-
searchByQueryBody(queryBody:
QueryBody
):Observable
<
NodePaging
>
- queryBody:
QueryBody
- - Returns
Observable
<
NodePaging
>
-
- queryBody:
Details
See the Alfresco JS API for the format of the query and returned data.