Romain Sommerard
Romain Sommerard
I reworked my nested document to combined the `closing_year` and the `code` in the same field to filter just once. The given request is like this: ``` GET companies/_search {...
I made a new FilterBackend to be able to group filters on a specific nested, here is the code. Let me know if you think it could be integrated in...
Hi, any news about the merge of this **really useful** feature?
FYI: for encrypted and compressed file, the same issue appears. A workaround is to add `input_file.seek(0)` after the input_file assignation in the decrypt block like so in `dbrestore.py` file: https://github.com/jazzband/django-dbbackup/compare/master...rsommerard:django-dbbackup:fix/0b-tempfile...
Thanks for the link, I'll take a look :ok_hand:
Yep the value would be to be able to easily change the jsvm engine by an other one without change the application code that use it. Nevermind, thanks for your...