Closed labeneator closed 5 years ago
I found a workaround using batch get. For future reference:
engine.get(B2CTransaction, [
{
'conversation_id':'b501d92c-27e0-11e9-a206-06299faea7c2',
'msisdn': '254712123456'
},
{
'conversation_id':'80a2107e-2147-11e9-a206-06299faea7c2',
'msisdn': '254712123456'
}
]
)
I seem to be having an issue in selection multiple conversation ids based on the model below
So I constructed the following query
Which errors out with
Which is odd. I thought I could provide multiple hash keys . A single one works as expected
An or_filter with multiple filters also doesn't work