Skip to content

Commit b1775cd

Browse files
authored
Merge pull request #62 from elastic/orhantoy/update-branding
Update branding
2 parents dac5c11 + 244c387 commit b1775cd

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,19 @@ and then restart this app.
6363

6464
The following is a complete list of options available for configuration in [engine.json](src/config/engine.json).
6565

66-
| option | value type | required/optional | source |
67-
| -------------------- | ------------- | ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
68-
| `engineName` | String | required | Found in your [App Search Dashboard](http://app.swiftype.com/as). |
69-
| `endpointBase` | String | optional | Use this instead of "hostIdentifier" if you are using self managed. ex: "http://127.0.0.1:3002" |
70-
| `hostIdentifier` | String | required | Found in your [App Search Dashboard](http://app.swiftype.com/as). |
71-
| `searchKey` | String | required | Found in your [App Search Dashboard](http://app.swiftype.com/as). |
72-
| `searchFields` | Array[String] | required | A list of fields that will be searched with your search term. |
73-
| `resultFields` | Array[String] | required | A list of fields that will be displayed within your results. |
74-
| `querySuggestFields` | Array[String] | optional | A list of fields that will be searched and displayed as query suggestions. |
75-
| `titleField` | String | optional | The field to display as the title in results. |
76-
| `urlField` | String | optional | A field with a url to use as a link in results. |
77-
| `sortFields` | Array[String] | optional | A list of fields that will be used for sort options. |
78-
| `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/app-search/guides/facets). |
66+
| option | value type | required/optional | source |
67+
| -------------------- | ------------- | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
68+
| `engineName` | String | required | Found in your App Search Dashboard. |
69+
| `endpointBase` | String | required* | (*) Elastic Enterprise Search deployment URL, example: "http://127.0.0.1:3002". Not required if using App Search on swiftype.com. |
70+
| `hostIdentifier` | String | required* | (*) Only required if using App Search on swiftype.com. |
71+
| `searchKey` | String | required | Found in your App Search Dashboard. |
72+
| `searchFields` | Array[String] | required | A list of fields that will be searched with your search term. |
73+
| `resultFields` | Array[String] | required | A list of fields that will be displayed within your results. |
74+
| `querySuggestFields` | Array[String] | optional | A list of fields that will be searched and displayed as query suggestions. |
75+
| `titleField` | String | optional | The field to display as the title in results. |
76+
| `urlField` | String | optional | A field with a url to use as a link in results. |
77+
| `sortFields` | Array[String] | optional | A list of fields that will be used for sort options. |
78+
| `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://www.elastic.co/guide/en/app-search/current/facets-guide.html). |
7979

8080
### External configuration
8181

@@ -122,7 +122,7 @@ If something is not working as expected, please open an [issue](https://github.c
122122

123123
### Where can I learn more about App Search?
124124

125-
Your best bet is to read the [documentation](https://swiftype.com/documentation/app-search).
125+
Your best bet is to read the [documentation](https://www.elastic.co/guide/en/app-search/current).
126126

127127
### Where else can I go to get help?
128128

public/favicon.ico

16.5 KB
Binary file not shown.

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"icons": [
55
{
66
"src": "favicon.ico",
7-
"sizes": "64x64 32x32 24x24 16x16",
7+
"sizes": "64x64 48x48 32x32 24x24 16x16",
88
"type": "image/x-icon"
99
}
1010
],

0 commit comments

Comments
 (0)