Contains on Postman

Hello,

I couldn’t use Postman to check a keyword whether it is created as a Content or not. Search function only returns exact keyword, I want to look for a reult which contains this keywrod. Can you please tell me how to do.

Regards

Hi,

if you scroll down in the docs you will find an example with contains.
https://docs.squidex.io/02-documentation/developer-guides/api-overview/api#more-examples

Basically you have to add something like this to your query string

?$filter=$filter=contains(data/my-field/iv, 'term')

or for localized fields

?$filter=$filter=contains(data/my-field/<language>, 'term')

I’ve seen it but couldn’t figure out to type it on the Postman. Can you please share a screenshot? I mean key and value.

Just as part of your URL