How can I use two or more $ne in the query URL for filtering?

Hi there,

How can I use two or more $ne in the query URL for filtering?

Like: api/testing?filters[Tag][title][$ne]=apple&filters[Tag][title][$ne]=banana, but this query returns error.

Thankyou

Hey @shawn_chan,

You can go through the docs for better understanding on using REST API filters: Filters, Locale, and Publication State | Strapi Documentation

1 Like