caminte icon indicating copy to clipboard operation
caminte copied to clipboard

Redis - searching with two properties where one is an object is not working as expected

Open kmlwlkwk opened this issue 8 years ago • 1 comments

I have query:

where: {
    status: {nlike: 'finished'},
    slug: params.slug
}

and I'm getting correct results only when both conditions are fulfilled, otherwise I'm getting all records that match ONLY second condition (slug)

kmlwlkwk avatar Feb 20 '17 23:02 kmlwlkwk

+1, the same here : where: { date: { lt: timestamp }, connected: 1 }

nums avatar Dec 13 '18 10:12 nums