You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the custom array delimiter is also set for includes, sorts, appends, fields; this creates an insane breaking change for existing projects. It should be possible to override the default limiter , for just a single filter, where filtering for a string with comma is needed.
I just wanted to be able to find this string in my database EL63PB1024Z8/24PB15X3PR0,3.482+999.
AllowedFilter::exact('id', 'ref_id', true, '|'),
PR in progress
The text was updated successfully, but these errors were encountered:
* Gitignore IntelliJ Workspace
* Individual array delimiter for a single filter #450
* Add tests + set delimiter arg as optional #450
* Fix style CI
* Fix style CI
* Fix style CI
Referencing #229
It seems the custom array delimiter is also set for includes, sorts, appends, fields; this creates an insane breaking change for existing projects. It should be possible to override the default limiter
,
for just a single filter, where filtering for a string with comma is needed.I just wanted to be able to find this string in my database
EL63PB1024Z8/24PB15X3PR0,3.482+999.
PR in progress
The text was updated successfully, but these errors were encountered: