I have been using search through API calls to
BASE_URL.search/solutions.json?search_key=
via CURL in PHP.
It works fine, but I'm getting results that contain published solutions as well as drafts.
Is it possible to filter out drafts?
Is there an additional parameter I should pass?