Click or drag to resize

AlgoliaQueryFromQueryString Method

Constructs an AlgoliaQuery object from a query string

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static AlgoliaQuery FromQueryString(
	string qs,
	List<string> attributesToRetrieve = null
)

Parameters

qs
Type: SystemString
The query string
attributesToRetrieve (Optional)
Type: System.Collections.GenericListString
Limits the number of fields to retrieve.

Return Value

Type: AlgoliaQuery
The Algolia query object.
See Also