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 trying to retrieve documents for contract date withdrawals with where, I get an empty array
Expected Behavior
If I specify ['transactionIndex', '==', 2] or ['transactionIndex', '>=', 2] or ['transactionIndex', '>', 2], then I should get an array with documents whose index matches the condition in the response
Current Behavior
At any specified value for transactionIndex, I get an empty array in response. Also, if you specify another condition for status as a range, the search will also return an empty array. However, if at least one condition requires a strict comparison, everything will work
When trying to retrieve documents for contract date withdrawals with where, I get an empty array
Expected Behavior
If I specify
['transactionIndex', '==', 2]
or['transactionIndex', '>=', 2]
or['transactionIndex', '>', 2]
, then I should get an array with documents whose index matches the condition in the responseCurrent Behavior
At any specified value for transactionIndex, I get an empty array in response. Also, if you specify another condition for
status
as a range, the search will also return an empty array. However, if at least one condition requires a strict comparison, everything will workPossible Solution
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: