for the dataset of approx 15000 keys, used as network data cache (string), the .find() method returns empty array ```Python 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')`