diff --git a/assets/js/handlebars/templates/search-results.handlebars b/assets/js/handlebars/templates/search-results.handlebars index 460800093..13e11b946 100644 --- a/assets/js/handlebars/templates/search-results.handlebars +++ b/assets/js/handlebars/templates/search-results.handlebars @@ -40,7 +40,7 @@
  • Use * anywhere (such as fo*) as wildcard
  • Use + before a word (such as +foo) to make its presence required
  • Use - before a word (such as -foo) to make its absence required
  • -
  • Use field:word to search on a particular field. The available fields are title and doc
  • +
  • Use : to search on a particular field (such as field:word). The available fields are title and doc
  • Use WORD^NUMBER (such as foo^2) to boost the given word
  • Use WORD~NUMBER (such as foo~2) to do a search with edit distance on word