Max Kolyubyakin

Results 10 comments of Max Kolyubyakin

I guess, that it's totally possible and we seem to have had plans to do that at some time in the future. Right, @ffaraoneim?

@diyor28 great to hear that! Just for our curiosity, would you like to share your use cases? About contribution, thank you for the intention! Currently, we are in the process...

Thx for the explanation! Will keep in mind [featherjs](https://docs.feathersjs.com/api/databases/querying.html). Couldn't check TS version as https://github.com/diyor28/js-rql from npm page leads to 404. Sorry to hear about missing your issue. @borzovplus @AntonHinz...

You mean something like this? ```python class Model: group = FK() class Filters: MODEL = Model FILTERS = ( { 'filter': 'group.id', 'source': 'group_id', }, ``` I guess, that it's...

@diyor28 CLA is ready and integrated. Waiting for your contributions :)

Let's start with direct support of FKs as you proposed :)

Hi, @hugobessa ! Sorry for a delayed response, we've missed somehow. Anyway, there were no plans to support RegEx. For me it's hard to imagine cases, when RegEx search is...

I see your point @ffaraoneim. I like the idea of support for filtering by Python regex in Python part.

Frankly speaking, personally I wouldn't want to expand this further than python version only, as we are also thinking of adding parsing to https://github.com/cloudblue/javascript-rql and regular expressions seem to be...

@hugobessa CLA is now ready and automated :)