Click or drag to resize
SphinxSearchOptionsGroupSort Property
Gets or sets the group sort clause. Default is @group desc.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public string GroupSort { get; set; }

Property Value

Type: String
The group sort clause.
See Also