Skip to content

Instantly share code, notes, and snippets.

@arturopie
Created December 16, 2016 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arturopie/91588b4cada9328ce63b2441653f1e04 to your computer and use it in GitHub Desktop.
Save arturopie/91588b4cada9328ce63b2441653f1e04 to your computer and use it in GitHub Desktop.
posts = IndexQueryBuilder.query Post, with: filters do |query|
query.filter_field [:comments, :text], contains: :comment_text
query.order_by "view_count DESC"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment