Used to specify whether categorize calls should always return all categories or just categories that has matches.
Any string that you want to identify the client with. Can be used in the categories configuration and in the relevance tuning.
Used to specify the start date-range.
Used to specify the end date-range.
Use one of this query parameter to specify the filters to apply. Each filter should contain its group name followed by category names, representing complete hierarchy of the category. The names specified here is derived from category Name property and not its display name. When specifying multiple filters, separate them either by comma or semicolon. For example: &f=Authors|Sam;FileTypes|docx Note the above names are case sensitive.
Decides whether or not to request content to be generated in the response matches.
Decides whether or not to request highlight-tags to be included in the generated the response matches.
Note: Requires matchGenerateContent
to be true
to be effective.
Decides whether or not to use the parent-grouping feature to group results.
Decides which ordering algorithm to use.
The actual page to fetch. Expects a number >= 1.
The number of results per page to fetch. Expects a number >= 1.
The maximum number of query-suggestions to fetch.
The queryText that is to be used for autocomplete/find/categorize.
The type of search to perform.
The UI language of the client (translates i.e. categories to the client language).
Checks whether any child-node of the given category has a filter defined for it. Typically used to visually show in the tree that a child-node has an active filter.
Generated using TypeDoc
Instantiates a Query object, based on Query defaults and the overrides provided as a param.