search for: attribute_is_any

Displaying 1 result from an estimated 1 matches for "attribute_is_any".

2010 Mar 06
1
searchlogic is_any needs to be switched to equals_any
Does "is_any" has a bug in searchlogic? "is_any" used to work fine for me. All of a sudden now, for unknown reasons, when I write for example :attribute_is_any => [1] , the sql output is "where attribute != 1" which is the opposite of what I want of course. Curiously, the problem only occurs when running with a web server (mongrel). I see the problem in the log. But when I go to the console, it works fine, the correct sql output is shown...