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
#623 added ransack aliases, so long query strings like owner_first_name_or_owner_last_name can be shortened to owner. This feature is great, but it'd be even better if we could combine those aliases with _or_ like any other query string.
Thank you @dkniffin. Any chance of writing a test against this feature? Just submit a PR with the tests only and refer this issue. It will help someone code it. Cheers.
#623 added ransack aliases, so long query strings like
owner_first_name_or_owner_last_name
can be shortened toowner
. This feature is great, but it'd be even better if we could combine those aliases with_or_
like any other query string.Example:
The text was updated successfully, but these errors were encountered: