Skip to content

Commit

Permalink
Revert "update docs"
Browse files Browse the repository at this point in the history
This reverts commit 0976923.
  • Loading branch information
oshi97 committed Mar 23, 2023
1 parent 0976923 commit cc39a05
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion docs/search-core.autocompleteresult.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export interface AutocompleteResult
| [filter?](./search-core.autocompleteresult.filter.md) | [FieldValueFilter](./search-core.fieldvaluefilter.md) | <i>(Optional)</i> A filter applied to the autocomplete response. |
| [key?](./search-core.autocompleteresult.key.md) | string | <i>(Optional)</i> The fieldId which corresponds to the AutocompleteResult value. |
| [matchedSubstrings?](./search-core.autocompleteresult.matchedsubstrings.md) | { length: number; offset: number; }\[\] | <i>(Optional)</i> An array of substrings which overlap with the autocomplete input. |
| [queryIntents](./search-core.autocompleteresult.queryintents.md) | [SearchIntent](./search-core.searchintent.md)<!-- -->\[\] | [SearchIntent](./search-core.searchintent.md)<!-- -->s corresponding to the autocomplete result. |
| [relatedItem?](./search-core.autocompleteresult.relateditem.md) | [Result](./search-core.result.md) | <i>(Optional)</i> An entity that corresponds to the autocomplete result. |
| [value](./search-core.autocompleteresult.value.md) | string | The value of an autocomplete suggestion. |
| [verticalKeys?](./search-core.autocompleteresult.verticalkeys.md) | string\[\] | <i>(Optional)</i> Any vertical keys associated with a prompt. This only shows up on universal autocomplete requests. |
Expand Down
13 changes: 0 additions & 13 deletions docs/search-core.autocompleteresult.queryintents.md

This file was deleted.

1 change: 0 additions & 1 deletion etc/search-core.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export interface AutocompleteResult {
length: number;
offset: number;
}[];
queryIntents: SearchIntent[];
relatedItem?: Result;
value: string;
verticalKeys?: string[];
Expand Down

0 comments on commit cc39a05

Please sign in to comment.