Nathanyel Sandi
Nathanyel Sandi
Thanks for work on BE implementation as well, Great work Just some small points in addition to my comments - Would be possible add the unit tests over the controller...
Thank you :) I am defntelly gonna work on this ASAP @tmetzke in the most detailed way.
@tmetzke I have added the informations, I focused this issue from now only on the chosen proposal, in order to keep the focus to refine the Proposal 3 from the...
> Thanks, @nathansandi, reads a lot better now and is clearer, nice job 👍 Good job with the operators, I like the overview you created ⭐ > > I noticed...
@tmetzke Just an additional point, I was having a chat with @steff46 , and maybe we should take in consideration also if all search endpoints really required advanced search mechanisms....
Thanks for the review and comments @aleksander-dytko, lets jump over the questions. > 1) I would propose to make it more clear in the descirbtion that this is a proposal...
> What WE need is the ability to search as `includes ignoring case`, which can be achieved by `{ "$like": "na" }` while we would define the database query as...
> Thanks for sharing the proposal, my thoughts > > 1. Variable Search > > ``` > { > "taskVariables.orderVolume": {"$eq": 10000} > } > ``` > > To me,...
> > @nathansandi how about null-checks? Would this be > > ```json > > {"$eq": null} > > ``` > > > > > > > > > > >...