You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An existing named scope that shares its name with one of the model's columns is ignored when accessed via the search method. The normalize_scope_name method appends "_equals" with no regard for whether the scope already exists. I've forked the repo, added a failing test and presented a solution.
An existing named scope that shares its name with one of the model's columns is ignored when accessed via the
search
method. Thenormalize_scope_name
method appends "_equals" with no regard for whether the scope already exists. I've forked the repo, added a failing test and presented a solution.http://github.com/laserlemon/searchlogic
The text was updated successfully, but these errors were encountered: