Provides fine control of parameters to a search.
string
, maxResults: number
, skipCount: number
): QueryBody
string
- Term text to search fornumber
- Maximum number of search results to show in a pagenumber
- The offset of the start of the page within the results listQueryBody
- Query body defined by the parametersThe generateQueryBody
method returns a
QueryBody
object. This configures the search to use searchTerm
along with maxResults
and skipCount
specified for the paging of the search results.
This service is a standard implementation of the Search configuration interface that works well for many common cases. However, you can also supply your own implementation if you need to. See the Search configuration interface page for full details and example code.
© 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.