Sphinx with Railsの:withoutオプションに複数のオプションを渡すにはどうすればよいですか?http://freelancing-god.github.com/ts/en/searching.htmlを見ましたが、何も思いつきませんでした。
User.search params[:search],
:without => {:id => current_user.id && current_user.other_users.collect {
|other_user| other_user.id} # user cannot be self & user cannot already be a contact
} # This is where I'm having the problem!
感謝します!答えは簡単だと思いますが、それが欠けているだけです...多分私は疲れているか何か= /