Class Suggestion
A suggestion that may be used for type-ahead support
Inherited Members
Namespace: Noxum.Nova.Delivery.Client
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public class Suggestion
Properties
Count
The number of documents that match the suggested search pattern
Declaration
[JsonPropertyName("count")]
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Length
The length of the suggested suffix of Value
Declaration
[JsonPropertyName("length")]
public int Length { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Value
The suggested search pattern. This is a lowercase string, because text content is indexed lowercase.
Declaration
[JsonPropertyName("value")]
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |