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
)
Public Shared Function FromQueryString (
qs As String,
Optional attributesToRetrieve As List(Of String) = Nothing
) As AlgoliaQuery
Parameters
- qs
- Type: SystemString
The query string - attributesToRetrieve (Optional)
- Type: System.Collections.GenericListString
Limits the number of fields to retrieve.
Return Value
Type:
AlgoliaQueryThe Algolia query object.
See Also