According to the documentation on Thinking Sphinx it should be possible to add a filter condition on id, but the following code does not give any results:
User.search(:without => {:id => [1,3]})
What am I doing wrong? Is there another way of doing this?