Skip to content

Commit

Permalink
add search help message
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksptang committed Oct 9, 2023
1 parent 9531988 commit 401e8cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions step-web/src/main/webapp/js/search_selection.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ step.searchSelect = {
'<p>Examples:</p>' +
'<p><strong>just</strong> → matches words that start with “just” (ex. just, justice, justified, …)</p>' +
'<p><strong>come to me</strong> → matches verses that contain "come", "to", and "me" in any order</p>' +
'<p><strong>"come to me"</strong> → matches the exact phrase in the selected translations</p>' +
'<p>For more advanced features, find advanced search with the top right toggle!</p>' +
'</div>' +
'<span id="previousSearchDropDown" class="dropdown advanced_search_elements">' +
Expand Down

0 comments on commit 401e8cc

Please sign in to comment.