search: move misc search parsing helpers to PostQueryBuilder.
* Move various search parser helper methods (`has_metatag?`, `is_single_tag?` et al) from PostSets and the Tag model to PostQueryBuilder. * Fix various minor bugs stemming from trying to check if a search query contains certain metatags using regexes or other adhoc techniques.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
<%= render "posts/partials/index/options" %>
|
||||
|
||||
<%= render "posts/partials/index/related" %>
|
||||
<%= render "posts/partials/index/related", post_set: @post_set %>
|
||||
<% end %>
|
||||
|
||||
<% content_for(:content) do %>
|
||||
|
||||
Reference in New Issue
Block a user