cancel
Showing results for 
Search instead for 
Did you mean: 

Catalog Content API - rsql Filter Config

lukas_schoeneberger70
Participant
0 Kudos

Hello everyone,

I am using the Catalog Content API with the get request

/catalogname/{CatalogName}/supplierid/{SupplierId}/items

Now I want to filter my API response for some items using the rsql filter.
In my response I have the field "ShortName" with a String.
Now I want to use my filter to look for a single word.

This is my current code:

rsqlfilter=ShortName==("mouse")

I also tried it with *wildcards but it doesn't working.

Do you know a solution?

Best regards
Lukas

View Entire Topic
lukas_schoeneberger70
Participant
0 Kudos

Yes, I tried to look for an item containing a word with a like operation. Too bad it is not possible.

Thank you for your help!