You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Name of the field in your search index, that contains a short title of a document. E.g. 'HotelName'. You can also put a comma-delimited list of field names here.",
"description": "Comma-separated list of other fields to be shown on search result cards. E.g. 'Tags,Description,Description_fr,Category,LastRenovationDate'. If you include an array-type field (a field that contains an array of values, like the 'Tags' field in the sample 'hotels' index), it will be shown as a list of clickable chips.",
"description": "comma-separated list of fields to be shown as facets on the left sidebar. Please, append a trailing star ('*') to the name of the field, if that field is an array-type field. E.g. 'Tags*,Rating,Category,ParkingIncluded,LastRenovationDate'. NOTE: all fields mentioned here need to be facetable and filterable.",
"description": "(optional) Name of the autocomplete suggester to be used. E.g. sg. Create and configure a suggester for your search index and put its name here - then the search query textbox will start showing suggestions as you type.",
"description": "(optional) Comma-separated list of fields to be shown on the Transcript tab of the Details dialog. E.g. 'HotelName,Description,Description_fr'. The fields, that you specify in this setting need to be searchable, because they are also used to get the hit highlights. If not specified, that tab will simply show all string-type fields and get hit highlights from the search string.",
0 commit comments