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
> any [Elastic App Search](https://www.elastic.co/cloud/search-lib-service) Engine.
4
+
> any [Elastic App Search](https://www.elastic.co/products/app-search) Engine.
5
5
6
6
## Contents
7
7
@@ -31,7 +31,7 @@ Run the following commands to start this application:
31
31
# Run the `cd` command to change the current directory to the
32
32
# location of your downloaded Reference UI. Replace the path
33
33
# below with the actual path of your project.
34
-
cd~/Downloads/search-lib-reference-ui
34
+
cd~/Downloads/app-search-reference-ui
35
35
36
36
# Run this to set everything up
37
37
npm install
@@ -75,7 +75,7 @@ The following is a complete list of options available for configuration in [engi
75
75
|`titleField`| String | optional | The field to display as the title in results. |
76
76
|`urlField`| String | optional | A field with a url to use as a link in results. |
77
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/search-lib/guides/facets). |
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). |
0 commit comments