Skip to content

redisearch on indexed JSON object yields inconsistent results #425

Open
@llastowski

Description

@llastowski

for the dataset of approx 15000 keys, used as network data cache (string), the .find() method returns empty array

NetworkCache.find(NetworkCache.network=="1.1.1.0/24").all()
Out[29]: [] 

yet, the record exists, and can be pulled with .get method, as well as when all records are returned

NetworkCache(pk='01GK9KWM3G2M2V0C47FR1VBEZJ', network='1.1.1.0/24', uid='ipv4_network/Mjo6Mo6ODU2OQ2NDQyOjoxLjEuMS4wLzI0:1.1.1.0_24', ref='85694124')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions