mirror of
https://github.com/documize/community.git
synced 2025-08-02 12:05:23 +02:00
Improve search by tag for MySQL
Fixes #214 MySQL requires specific full text search queries.
This commit is contained in:
parent
4b7d4cf872
commit
f47f09661f
4 changed files with 22 additions and 24 deletions
|
@ -1,5 +1,5 @@
|
|||
{{#each tagz as |tg|}}
|
||||
{{#link-to "search" (query-params filter=tg) class="hashtag"}}
|
||||
{{#link-to "search" (query-params filter=tg matchTag=true matchContent=false matchFile=false matchDoc=false) class="hashtag"}}
|
||||
<i class="dicon {{constants.Icon.Tag}}" />
|
||||
<div class="name">{{tg}}</div>
|
||||
{{/link-to}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue