Open AaronMcCloskey opened 8 months ago
A hacky workaround I found for this is using $containsi
and wrapping the value in quotes, e.g. [$containsi]="account"
Is there a timeline for this fix? I will need to drop this plugin if this functionality doesn't exist.
@Pikachews worked for without quotes /api/test?filters[type][$containsi]=type
i guess we won't get updates for Strapi V4...
I know you can use
$containsi
but it doesn't really achieve what I want.Let's use this example
schema.json
HTTP Request
$in
Does not return any data, even if I have multiple entries that have
account
selected$containsi
Returns any entries that
page
value includes theaccount
characters and not only theaccount
valueCurrent Behaviour
Expected Behaviour using
$in
At the moment, I can't use this plugin due to this missing feature.
Unless I am missing something. Any help would be greatly appreciated.