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
When we use the get_records functions with filtering, if the the value we want to filter out in the key value pair is string but has numbers only, the code doesnt work out. it treats that string as integer. so for eg we want to filter out the record with "status":"2", the code doesnt work.
the above image is the query but it doesnt filter out that element. but instead of a "2", if there is a normal string, the command works perfectly, please have a look into it.
The text was updated successfully, but these errors were encountered:
alexcottner
added
the
stale
For marking issues as stale. Labeled issues will be closed soon if label is not removed.
label
Jul 23, 2024
When we use the get_records functions with filtering, if the the value we want to filter out in the key value pair is string but has numbers only, the code doesnt work out. it treats that string as integer. so for eg we want to filter out the record with "status":"2", the code doesnt work.
the above image is the query but it doesnt filter out that element. but instead of a "2", if there is a normal string, the command works perfectly, please have a look into it.
The text was updated successfully, but these errors were encountered: