1
0
Fork 0
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:
Harvey Kandola 2019-02-28 13:39:53 +00:00
parent 4b7d4cf872
commit f47f09661f
4 changed files with 22 additions and 24 deletions

View file

@ -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}}