Need query example with API Parameters: "contains" filter with "or" operator

Since the api has updated but this post is still the first result in google here is the solution for the current version: 2023-12 Strapi v4.8.2

?filters[field][$contains]=value

So for this post example

?filters[title][$contains]=test&filters[content][$contains]=test

Can be found in the docs here: Filters, Locale, and Publication State | Strapi Documentation

1 Like