Skip to content

Instantly share code, notes, and snippets.

@moretea
Created October 20, 2011 10:30
Show Gist options
  • Select an option

  • Save moretea/1300847 to your computer and use it in GitHub Desktop.

Select an option

Save moretea/1300847 to your computer and use it in GitHub Desktop.
@products = Product.search(params[:q], :page => paginate_page, :per_page => paginate_per_page).
without_hidden_members.
using_sort_mode(params[:sort]).
with_sphinx_state(:published)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment