Adam Anderly

Results 56 comments of Adam Anderly

Have you tried passing the numeric filter values as integers and not strings (i.e. remove the quotes around them)?

Can you share a more complete example and where your $odataClient is instantiated? Sounds like maybe the root url hasn't been setup, but can't tell without seeing more code.

@VincentBean, I don't think we need this anymore since #105 was merged, right?

@shoosah 0.6.2 released.

@shoosah fixed that. Retagged with 0.6.2

@johanmolen, @itspoonmkohv yes, this is copied from Laravel Eloquent Model class. Confirming that there are no unintended consequences of removing this, but I think we'll be able to remove this...

We have not implemented this yet, but I will mark it as an enhancement and we're open to PRs.

@StalkAlex, thanks for opening this. I think we can achieve this by adding a `headers` or `withHeaders` method onto the QueryBuilder to allow for appending to/modifying the headers collection set...

@manojiksula, that's unrelated to this package, but see here for how to resolve your certificate issue https://stackoverflow.com/a/31830614

@jbramleycl that is correct. However, we're looking at returning a custom collection or LengthAwarePaginator that is still an iterator to keep backward compatibility while enabling you to page through multi-page...