The Drs URL query parameter sets an EQL filter for a dimension search.
This filter restricts the scope of the records that will be considered for a dimension search. Only dimension values represented on at least one record satisfying the filter are returned as search results. For details on how dimension search works, see the Basic Development Guide.
N=0&D=novel&Drs=collection()/record[author_deceased = "false"]The query uses the D parameter to specify novel as the search term, while the Drs parameter sets a filter for records in which the author_deceased property is set to false (that is, records of deceased authors).