discourse/app
Sam Saffron 8f7a387aa7 FEATURE: add support for tag group search
The behaviour of #TERM in search has been amended

1. We try category or subcategory slugs
2. We try tags
3. We try tag-groups

The term `hello #my-group` will search for all posts tagged with any of
the tags in the tag group `My Group`

Future work may be introducing a slug cache here or caching it in the table
but the assumption is that the number of tag groups will not be huge
2019-06-27 17:53:26 +10:00
..
assets UX: change icon for video placeholder 2019-06-27 12:27:14 +05:30
controllers FIX: mark topics in sub categories as unread when dismissing parent 2019-06-27 13:26:48 +10:00
helpers FIX: provides an emoji helper to replace codes by images (#7802) 2019-06-26 15:11:04 +02:00
jobs FIX: Don't replace img tags within anchor tags with markdown format. 2019-06-21 12:32:02 +08:00
mailers Make email_excerpt method take an optional post param (#7570) 2019-05-20 10:04:23 +02:00
models FEATURE: add support for tag group search 2019-06-27 17:53:26 +10:00
serializers FIX: In reply to would sometimes have a broken link 2019-06-10 11:33:10 -04:00
services FIX: iterate when clearing watched words cache 2019-06-24 17:17:56 -07:00
views FIX: provides an emoji helper to replace codes by images (#7802) 2019-06-26 15:11:04 +02:00