From 401e8cc222e450a2fd429d52b1774421e2972f1b Mon Sep 17 00:00:00 2001 From: Patrick Tang <36460266+patricksptang@users.noreply.github.com> Date: Mon, 9 Oct 2023 01:03:03 -0700 Subject: [PATCH] add search help message --- step-web/src/main/webapp/js/search_selection.js | 1 + 1 file changed, 1 insertion(+) diff --git a/step-web/src/main/webapp/js/search_selection.js b/step-web/src/main/webapp/js/search_selection.js index 2fe32c2bd6..1d0413ef4c 100644 --- a/step-web/src/main/webapp/js/search_selection.js +++ b/step-web/src/main/webapp/js/search_selection.js @@ -598,6 +598,7 @@ step.searchSelect = { '
Examples:
' + 'just → matches words that start with “just” (ex. just, justice, justified, …)
' + 'come to me → matches verses that contain "come", "to", and "me" in any order
' + + '"come to me" → matches the exact phrase in the selected translations
' + 'For more advanced features, find advanced search with the top right toggle!
' + '' + '' +