laravel-json-api / eloquent

Serialize Eloquent models to JSON API resources
MIT License
12 stars 15 forks source link

delimiter is not set by default #5

Closed martianatwork closed 3 years ago

martianatwork commented 3 years ago

delimiter should default to , in filters such as WhereIn

lindyhopchris commented 3 years ago

Why? The filter doesn't have to accept a string, i.e. delimiter is optional.

lindyhopchris commented 3 years ago

That's explained in the documentation: https://laraveljsonapi.io/docs/1.0/schemas/filters.html#wherein