Strapi graphql OR operator for where clause

Thanks @DMehaffy for the quick response on this!

I’ve been following the github issue, and if I’m reading correctly, the fix was merged and deployed in version 3.2.4.

I’ve upgraded to 3.2.5, but I’m still getting results only when keyword matches all filter params.

entity(where: { _or: { name_contains: $searchKeyword }, fk_category: { name: $searchKeyword } }) {
  ...Fragment
}

Been following the other related threads, so I know there may be some bigger scope of work going on here. Just wanted to give an update.

Thanks!