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
|`engineName`| String | required | Found in your [App Search Dashboard](http://app.swiftype.com/as). |
55
-
|`hostIdentifier`| String | required | Found in your [App Search Dashboard](http://app.swiftype.com/as). |
56
-
|`searchKey`| String | required | Found in your [App Search Dashboard](http://app.swiftype.com/as). |
57
-
|`fields`| Array[String]| required | A list of fields that will be searched and displayed within your results. |
58
-
|`titleField`| String | optional | The field to display as the title in results. |
59
-
|`urlField`| String | optional | A field with a url to use as a link in results. |
60
-
|`urlFieldTemplate`| String | optional | Instead of urlField, you can provide a URL "template" here, which lets you build a URL from other fields. ex: "https://www.example.com/{{id}}".|
61
-
|`sortFields`| Array[String]| optional | A list of fields that will be used for sort options. |
62
-
|`facets`| Array[String]| optional | A list of fields that will be available as "facet" filters. Read more about facets within the [App Search documentation](https://swiftype.com/documentation/search-lib/guides/facets). |
52
+
| option | value type | required/optional | source |
|`engineName`| String | required | Found in your [App Search Dashboard](http://app.swiftype.com/as). |
55
+
|`hostIdentifier`| String | required | Found in your [App Search Dashboard](http://app.swiftype.com/as). |
56
+
|`searchKey`| String | required | Found in your [App Search Dashboard](http://app.swiftype.com/as). |
57
+
|`fields`| Array[String]| required | A list of fields that will be searched and displayed within your results. |
58
+
|`querySuggestFields`| Array[String]| optional | A list of fields that will be searched and displayed as query suggestions. |
59
+
|`titleField`| String | optional | The field to display as the title in results. |
60
+
|`urlField`| String | optional | A field with a url to use as a link in results. |
61
+
|`urlFieldTemplate`| String | optional | Instead of urlField, you can provide a URL "template" here, which lets you build a URL from other fields. ex: "https://www.example.com/{{id}}".|
62
+
|`sortFields`| Array[String]| optional | A list of fields that will be used for sort options. |
63
+
|`facets`| Array[String]| optional | A list of fields that will be available as "facet" filters. Read more about facets within the [App Search documentation](https://swiftype.com/documentation/search-lib/guides/facets). |
0 commit comments