Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme improvements #2

Merged
merged 3 commits into from Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -64,10 +64,12 @@ The following picture shows a sample configuration:

#### Sorting options

Sorting options must include `featured_desc` and `feature_asc` criteria pre-configured. The picture shows how it should look on CEC:
Sorting options must include `featured_desc` and `featured_asc` criteria pre-configured. The picture shows how it should look on CEC:

![Sorting options](https://developers.sitecorecloud.io/search-sdk/sorting-options.png)

Remember to reindex the relevant sources after configuring a new sorting option.

#### Pre configured widgets

The account must have the following widgets created before:
Expand Down Expand Up @@ -100,7 +102,7 @@ VITE_SEARCH_PATH=<Path for the site> (optional)
```

5. To start the development server, run `npm run dev`.
6. To view the site, open your browser to **http://localhost:5174**
6. To view the site, open your browser to **http://localhost:5173**
7. To build the app for production, run: `npm run build`

## Pages
Expand Down