Lukasz Lastowski
Lukasz Lastowski
I found that, it's using the full capability of the data frame: `9F73003F"SIA-DCS"0007L0#AA1234[#AA1234|Nri2/id1/OP]_09:29:02,06-15-2023` which breaks down to: ``` N = data indicator ri2 - zone identifier id1 - user identifier...
I will give it a try and let you know, thanks
based on your code, the only difference I noticed is that the order of `ri` and `id` fields was inverted in the particular alarm appliance I used - to which...
bump :)
the model has few indexed fields: ```Python class NetworkCache(JsonModel): """Network caching class.""" network: str = RedisField(index=True) uid: str = RedisField(index=True) ref: str = RedisField(index=True) ddi_platform: PlatformR = RedisField(index=True) parent_block_ref: str...
@mpmX (edited) It seems that I have missed the release notes mentioning that forward slash character search issue has been addressed and I was still stuck with the previous release;...
The error is observed in 0.3.2 and 0.3.1, previously we were using 0.2.1 without observing this issue.
> How large is the index you are querying, and how large is the result set when you call `all`? there are 4 keys in that specific model in the...