thinking-sphinx
thinking-sphinx copied to clipboard
Equivalent of `#none` from ActiveRecord?
Hi, I want to always return an empty result set for a search. Active Record has #none method that does this (https://apidock.com/rails/v4.0.2/ActiveRecord/QueryMethods/none).
Is there any way to achieve this with Thinking Sphinx?
Thanks!