File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,17 @@ <h2 class="page-header">{% block title %}Common Questions{% endblock %}</h2>
1212 {{ form.q(class='form-control') }}
1313 < span class ="input-group-btn "> < button type ="submit " class ="btn "> < i class ="fa fa-search "> </ i > Search</ button > </ span >
1414 </ div >
15- </ form > < br />
15+ </ form >
16+ < div >
17+ < button data-toggle ="collapse " data-target ="#search-rules " type ="button " class ="btn btn-link "> < i class ="fa fa-info-circle "> </ i > How to search</ button >
18+ < ul id ="search-rules " class ="collapse ">
19+ < li > Each space separated value is a separate search term.</ li >
20+ < li > Terms are ANDed together.</ li >
21+ < li > [Brackets] indicate a tag term.</ li >
22+ < li > < code > is:draft</ code > shows only draft posts.</ li >
23+ < li > < code > is:community</ code > shows only community posts.</ li >
24+ </ ul >
25+ </ div >
1626
1727 < div class ="clearfix ">
1828 < ul class ="list-inline pull-left ">
You can’t perform that action at this time.
0 commit comments