From de7c46e4f47ee500036944a845ff5f6008941556 Mon Sep 17 00:00:00 2001 From: Keith Mitchell Date: Fri, 11 May 2012 15:02:39 -0700 Subject: [PATCH] Revert "Update the search box dropdown with new syntax" This reverts commit f2c4abf38b6bfd98c34c32956f7b4559883f8f22. --- r2/r2/templates/searchform.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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.')}