Click or drag to resize

IAlgoliaSearchTHit Method

Returns a typed result of query hits

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
List<THit> Search<THit>(
	string indexName,
	AlgoliaQuery queryParams
)

Parameters

indexName
Type: SystemString
The name of the index to search
queryParams
Type: NetQuarry.ServicesAlgoliaQuery
The query parameters.

Type Parameters

THit
The type of hit to return

Return Value

Type: ListTHit
A list of matches
See Also