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
I see your point, and it's doable, but I find it somewhat iffy, because I'm wondering what happens if we have another level of nesting? Can quickly turn into a recursive mess. I'll probably implement this, but I generally advise against using arrays in query parameters.
In Jsonapi we can have query parameters that look like
filter[createdAt][lt]=2022-10-12
withthe following lines are from the WritingUtils.php file
scribe/src/Tools/WritingUtils.php
Lines 117 to 120 in 377eb64
to handle the above scenario it can be changed to:
The text was updated successfully, but these errors were encountered: