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
)
Function Search(Of THit) (
indexName As String,
queryParams As AlgoliaQuery
) As List(Of THit)
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:
ListTHitA list of matches
See Also