posts: fix post query logging.
This commit is contained in:
@@ -154,9 +154,8 @@ class PostsController < ApplicationController
|
|||||||
query: post_set.normalized_query.to_s,
|
query: post_set.normalized_query.to_s,
|
||||||
page: post_set.current_page,
|
page: post_set.current_page,
|
||||||
limit: post_set.per_page,
|
limit: post_set.per_page,
|
||||||
term_count: post_set.normalized_query.terms.count,
|
tag_count: post_set.post_query.tags.count,
|
||||||
tag_count: post_set.normalized_query.tags.count,
|
metatag_count: post_set.post_query.metatags.count,
|
||||||
metatag_count: post_set.normalized_query.metatags.count,
|
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user