Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,7 @@ own implementation. Here are a few places to look to make changes:

Lastly, we accept PRs! If you make a customization that you think would benefit
others, please feel free to contribute it back.

## Questions, Feedback, Issues, Contributions

This project can be found at https://github.com/swiftype/app-search-reference-ui-react.
2 changes: 1 addition & 1 deletion src/components/__snapshots__/Body.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports[`renders correctly 1`] = `
Array [
Object {
"direction": "",
"name": "Sort results",
"name": "Relevance",
"value": "",
},
]
Expand Down
2 changes: 1 addition & 1 deletion src/config/config-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export function buildSortOptionsFromConfig() {
const config = getConfig();
return [
SortOption.create({
name: "Sort results",
name: "Relevance",
value: "",
direction: ""
}),
Expand Down