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
whereBuilder.inq('country', ["Pakistan", "india"]);
how do i make this work for case insensitive so that i can get pakistan and Pakistan and INDIA and inDia you get the idea
something we do for like filter where we use ilike for case insensitive
The text was updated successfully, but these errors were encountered:
whereBuilder.inq('country', ["Pakistan", "india"]);
how do i make this work for case insensitive so that i can get pakistan and Pakistan and INDIA and inDia you get the idea
something we do for like filter where we use ilike for case insensitive
The text was updated successfully, but these errors were encountered: