Class SearchRequest
- Namespace
- Dynamicweb.Query
Publisher
- Assembly
- Dynamicweb.QueryPublisher.dll
- Inheritance
-
Search
Request
- Inherited Members
Properties
CurrentPage
Defines which page of the paginated resultset to return. Eg. PageSize of 10 and CurrentPage of 2 in a resultset of 30, returns result item #11 to #20.
Property Value
FacetGroupNames
List FacetGroupNames.
Property Value
PageSize
Limits the number of results in the returned view
Property Value
Parameters
Search parameters associated with the query.
Property Value
QueryName
Used together with the Repository
Property Value
RepositoryName
Used together with the Query
Property Value
ShowFacetOptionsWithNoResult
Determines whether facet options without results are displayed.
Property Value
SortBy
The field to sort by.
Property Value
SortOrder
The sort direction. Default is ASC, the other option is DESC.
Property Value
Methods
AddFacetGroupName(string)
Parameters
value
string