1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Implement new search page query filters

This commit is contained in:
McMatts 2018-04-04 14:35:03 +01:00
parent 18930fb610
commit 0d78cf3dda
2 changed files with 14 additions and 14 deletions

View file

@ -30,7 +30,7 @@
<div class="col-12 col-sm-3 heading">Tags</div>
<div class="col-12 col-sm-9 value">
{{#each tagz as |t index|}}
{{#link-to 'search' (query-params filter=t matchTag=true)}}
{{#link-to 'search' (query-params filter=t matchTag=true matchDoc=false matchContent=false matchAttachment=false)}}
{{concat '#' t}}
{{/link-to}}&nbsp;&nbsp;
{{/each}}