I have this request that I am trying to fetch data with but I always get no records when calling the api.
https://localhost:8080/api/episerver/v3.0/search/content?filter=category/value/name eq 'TestCategory'
I followed the api documentation where it says to have the following format:
?filter=category/value/nameeq'Category Name'
But with no prevail. I did try to fetch my content using a query parameter and it works fine.
Am I doing something wrong in the query above? Any help is appreciated.