AlgoliaQuery Constructor (String) |
Constructs an AlgoliaQuery object from JSON search parameters
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public AlgoliaQuery(
string json
)
Public Sub New (
json As String
)
Parameters
- json
- Type: SystemString
The JSON string
Return Value
Type:
The Algolia query object.
See Also