I am trying to get some data from the API to integrate in a public website but I have some questions about the search in do_search
I am trying to get the modified items since a date. Tried with the "modified" field and a date/daterange, but both don't give any results.
function=do_search&search=modified%3Arangestart2021-09-01end2021-10-15
Also I would like to filter on the access field, but that doesnt return any results either.
function=do_search&search=access%3A1
These queries seem to work in the search UI, but not in the API. Anybody has an idea how I can get these results out of the API?
Best regards,
Pieter