Problem
When using Image Artists public API search endpoint (api/1.1/search), custom search filters are ignored. Instead of returning filtered results, the response includes all datasets.
Cause
The issue occurs because the endpoint URL is missing a trailing slash.
Solution
Add a trailing slash to the endpoint URL.
Correct format:
https://imageartist.domain/api/1.1/search/
Incorrect format:
https://imageartist.domain/api/1.1/search
Comments
0 comments
Article is closed for comments.