posts: fix post query logging.

This commit is contained in:
evazion
2022-04-07 00:38:37 -05:00
parent af183467b6
commit 7584578166

View File

@@ -154,9 +154,8 @@ class PostsController < ApplicationController
query: post_set.normalized_query.to_s,
page: post_set.current_page,
limit: post_set.per_page,
term_count: post_set.normalized_query.terms.count,
tag_count: post_set.normalized_query.tags.count,
metatag_count: post_set.normalized_query.metatags.count,
tag_count: post_set.post_query.tags.count,
metatag_count: post_set.post_query.metatags.count,
})
end