List view
- No due date
from ZON: You can specify a date range for your query using full ISO 8601 date syntax. Getting all Kennedy related articles from the 60s would work like this: "Kennedy" AND release_date:[1960-01-01T00:00:00Z TO 1969-12-31T23:59:59.999Z].
No due datefrom ZON: To form a boolean expression of multiple queries, connect them with an AND or an OR. So if you want to search the subtitle for "Kennedy" as well, you can modify the query to title:"Kennedy" AND subtitle:"Kennedy".
No due datefrom ZON: The content endpoint also provides a faceting interface. You can display facets for specific fields and for date ranges. The facet_field parameter is used to get a frequency distribution for the different values of a field. The facet_date parameter returns counts for the distribution over a specified date range. The facetting results are limited by your search query, but not by pagination parameters. Parameter Possible values facet_field keyword, author, series, department, product or any combination facet_date 1day, 7day, 1month, 1year, 10year or any numerical variation
No due datefor a nice output
No due date