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
I have a rails API using ransack to filter results. I want to be able to query by the length of the string eg. I want to find all records where attribute a's length is less than a desired value.
name_length_lteq: 4 => should return all records with the name of 4 or less characters.
The text was updated successfully, but these errors were encountered:
I have a rails API using ransack to filter results. I want to be able to query by the length of the string eg. I want to find all records where attribute a's length is less than a desired value.
name_length_lteq: 4 => should return all records with the name of 4 or less characters.
The text was updated successfully, but these errors were encountered: