SDIjeremy

Results 8 comments of SDIjeremy

Is there any guidance on how to implement this by ourselves? I'd like to pass the range (or one value) as as a Search Input, but `$value` does not support...

> @darkons you can aggregate the relations columns in the query builder: > > ``` > QueryBuilder::for(Model::class) > ->withAggregate('relation', 'column') > ``` > > Then use like this: > >...

@MaticSulc for sorting I had to just restructure my data as well, I think it's probably for the better anyways.

following

@ecrmnn Can we please get this merged, I created the test and it is passing. Not sure about the Netlify tests as it won't show the errors for it.

@ecrmnn Can we please get this merged, I created the test and it is passing. Not sure about the Netlify tests as it won't show the errors for it.

Can you please check my PR, it says it failed but I can't see the error.