2017-12-11 14:39:12 +00:00
|
|
|
{{toolbar/nav-bar}}
|
2017-11-29 11:09:54 +00:00
|
|
|
|
2017-12-15 13:41:20 +00:00
|
|
|
{{#toolbar/t-toolbar}}
|
|
|
|
{{#toolbar/t-links}}
|
2018-03-22 17:29:59 +00:00
|
|
|
{{#link-to "folders" class="link" tagName="li" }}Spaces{{/link-to}}
|
2017-12-15 13:41:20 +00:00
|
|
|
{{/toolbar/t-links}}
|
|
|
|
{{#toolbar/t-actions}}
|
|
|
|
{{/toolbar/t-actions}}
|
|
|
|
{{/toolbar/t-toolbar}}
|
2017-11-29 11:09:54 +00:00
|
|
|
|
2017-12-15 13:41:20 +00:00
|
|
|
<div class="container">
|
2017-11-29 11:09:54 +00:00
|
|
|
<div class="view-search mt-5">
|
|
|
|
<div class="heading">Search</div>
|
|
|
|
<div class="form-group mt-4">
|
|
|
|
{{focus-input type="text" value=filter class="form-control mb-4" placeholder='a OR b, x AND y, "phrase mat*"'}}
|
|
|
|
<div class="form-check form-check-inline">
|
2018-03-22 17:29:59 +00:00
|
|
|
{{input type="checkbox" id="search-1" class="form-check-input" checked=matchDoc}}
|
|
|
|
<label class="form-check-label" for="search-1"> document title</label>
|
2017-11-29 11:09:54 +00:00
|
|
|
</div>
|
|
|
|
<div class="form-check form-check-inline">
|
2018-03-22 17:29:59 +00:00
|
|
|
{{input type="checkbox" id="search-2" class="form-check-input" checked=matchContent}}
|
|
|
|
<label class="form-check-label" for="search-2"> content</label>
|
2017-11-29 11:09:54 +00:00
|
|
|
</div>
|
|
|
|
<div class="form-check form-check-inline">
|
2018-03-22 17:29:59 +00:00
|
|
|
{{input type="checkbox" id="search-3" class="form-check-input" checked=matchTag}}
|
|
|
|
<label class="form-check-label" for="search-3"> tag name</label>
|
2017-11-29 11:09:54 +00:00
|
|
|
</div>
|
|
|
|
<div class="form-check form-check-inline">
|
2018-03-22 17:29:59 +00:00
|
|
|
{{input type="checkbox" id="search-4" class="form-check-input" checked=matchFile}}
|
|
|
|
<label class="form-check-label" for="search-4"> attachment name</label>
|
2017-03-23 18:28:42 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-11-29 11:09:54 +00:00
|
|
|
|
|
|
|
{{search/search-results results=results}}
|
|
|
|
</div>
|
2018-03-22 17:29:59 +00:00
|
|
|
</div>
|