Nucleus .Net Core CMS

Search.SearchResults Class

Namespace: Nucleus.Abstractions.Search
Assembly: Nucleus.Abstractions.dll
Represents the search results for a search query.

Properties

Results Property

A list of Search.SearchResults.
Remarks
The results list contains results for the requested page.

Total Property

Total number of results matching the search query.
Remarks
When a page of results is requested, the result contains results for the requested page only. The total property specifies the total number of available results and is used by paging controls.