Skip to content

Instantly share code, notes, and snippets.

Created November 19, 2013 21:23
Show Gist options
  • Save anonymous/7552834 to your computer and use it in GitHub Desktop.
Save anonymous/7552834 to your computer and use it in GitHub Desktop.
filter :and, { term: { category_id: params[:category_id] if params[:category_id].present? } },
{ term: { published: params[:published] if params[:published].present? } },
{ range: { words: { gte: params[:words] if params[:words].present? } } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment