search: switch to new tag search parser in a few places.

This commit is contained in:
evazion
2022-03-29 05:07:31 -05:00
parent 4c7cfc73c6
commit 823fa5c6e9
3 changed files with 23 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ class PostNavbarComponent < ApplicationComponent
end
def query
@query ||= PostQueryBuilder.new(search)
@query ||= PostQuery.new(search)
end
memoize :favgroups