diff --git a/r2/r2/templates/searchform.html b/r2/r2/templates/searchform.html
index e75a4e0c9..eecc6abe8 100644
--- a/r2/r2/templates/searchform.html
+++ b/r2/r2/templates/searchform.html
@@ -27,26 +27,26 @@
<%def name="search_faq()">
-
${_('use the following search parameters to narrow your results:')}
+
use the following search parameters to narrow your results:
- - reddit:'{name}'
+ - reddit:{name}
- ${_('find things posted in {name} only')}
- - author:'{username}'
+ - author:{username}
- ${_('return things submitted by {username} only')}
- - site:'{domain}'
+ - site:{domain}
- ${_('get links to pages on {domain} only')}
- - url:'{text}'
+ - url:{text}
- ${_('search for {text} in url')}
- - selftext:'{text}'
+ - selftext:{text}
- ${_('search for {text} in self post contents')}
- - is_self:{1|0}
- - ${_('include (1) or exclude (0) self posts')}
- - over18:{1|0}
- - ${_('include (1) or exclude (0) results tagged NSFW')}
+ - is_self:{yes|no}
+ - ${_('include or exclude self posts')}
+ - over18:{yes|no}
+ - ${_('include or exclude results from nsfw reddits')}
-
e.g. (and 'dog' reddit:'aww' site:'imgur.com')
+
e.g. reddit:pics site:imgur.com dog
${_('see the search faq for details.')}