Skip to content

Commit 0608287

Browse files
authored
Merge pull request #18 from swiftype/jasonstoltz/fixes
Update to README and sort options
2 parents 451a5cb + 99d6ded commit 0608287

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,7 @@ own implementation. Here are a few places to look to make changes:
210210

211211
Lastly, we accept PRs! If you make a customization that you think would benefit
212212
others, please feel free to contribute it back.
213+
214+
## Questions, Feedback, Issues, Contributions
215+
216+
This project can be found at https://github.com/swiftype/app-search-reference-ui-react.

src/components/__snapshots__/Body.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exports[`renders correctly 1`] = `
2121
Array [
2222
Object {
2323
"direction": "",
24-
"name": "Sort results",
24+
"name": "Relevance",
2525
"value": "",
2626
},
2727
]

src/config/config-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export function buildSortOptionsFromConfig() {
160160
const config = getConfig();
161161
return [
162162
SortOption.create({
163-
name: "Sort results",
163+
name: "Relevance",
164164
value: "",
165165
direction: ""
166166
}),

0 commit comments

Comments
 (0)