Florian Zimmermann
Florian Zimmermann
Apparently not... I can't even reproduce this on my machine :(
I guess I was thinking if ``get()`` returns ``None``, then the cached value has expired and that should have precedence over the ``is_fresh`` value. Because the Django docs [explicitly advise...
Any progress on this?
It's been a few years since I opened this. But sure, I can give this another shot. Do you want me to create a new PR or update this one...
This is now condensed in two commits. But the logic remains the same: we now store integer and float fields as the hex encoded result of `xapian.sortable_serialise()` which preserves order...
You mean in the `_filter_gte()` and `_filter_lte()` methods? Sure!
Hm.... I just realized why I changed the `_filter_gte()` and `_filter_lte()` methods to not use the `XHValueRangeProcessor` anymore. The `XHValueRangeProcessor.__call__()` method expects strings as its `begin` and `end` parameters, which...
Not really, no. Because the `XHValueRangeProcessor` would have to know whether it's being called from `_filter_gte()` / `_filter_lte()` (in which case it shouldn't encode the float and integer terms) or...
bump This feels a bit like two years ago... Is there anything else I can do to help move this along?
I just posted an answer to [a similar question on Stackoverflow](https://stackoverflow.com/questions/76900691/django-working-example-of-graphene-aiodataloader/78691502#78691502). My problem was that I couldn't even construct the `DataLoader`s, because there was no running event loop (because `manage.py...