Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
SearchLog | 0 | Specifies that typeahead suggestions should be generated based on historical search profile searches. | |
SearchProfileProperties | 1 | Specifies that typeahead suggestions should be generated based on sortable properties searched by the referenced search profile. | |
CustomSource | 2 | Specifies that TypeAheadParameters.CustomSources specifies a set of typeahead sources which should be used to generated suggestions. | |
SearchLogAndSearchProfileProperties | 3 | Specifies that suggestions should be a combination of SearchLog with a fallback to SearchProfileProperties suggestions. | |
SearchLogAndCustomSource | 4 | Specifies that suggestions should be a combination of SearchLog with a fallback to CustomSource suggestions. | |
SearchProfilePropertiesAndSearchLog | 5 | Specifies that suggestions should be a combination of SearchProfileProperties with a fallback to SearchLog suggestions. | |
CustomSourceAndSearchLog | 6 | Specifies that suggestions should be a combination of CustomSource with a fallback to SearchLog suggestions. |
See Also