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:
parent
18930fb610
commit
0d78cf3dda
2 changed files with 14 additions and 14 deletions
|
@ -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}}
|
||||
{{/each}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue