so I want to do something like this:
, :order => "(products.name = 'Some Product' or products.name) desc", :order=>'distance'
has anyone done this before? I realize that I cant do it the way I have written, but hope it explains the order I want the orders to happen.