SearchParameters EmptySearchStringMatchesAll Property Ankiro Enterprise Suite Reference Documentation
Optional: If true and SearchString is null or empty, all documents are matched by the search. Use this parameter in conjunction with the GroupSummation construct to retrieve information about the number of documents across distinct property values. Default value: false

Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public Nullable<bool> EmptySearchStringMatchesAll { get; set; }

Property Value

Type: Nullable Boolean 
See Also