When set to true, the parameter should make all parameters (except year and quarter) truly optional, and disable falling back to querying WebSoc on an empty response (i.e. just return { schools: [] } if no entries were matched). The default value for this parameter should be false. It should be an error if cache is set to false and this parameter is set to true.
When set to
true
, the parameter should make all parameters (except year and quarter) truly optional, and disable falling back to querying WebSoc on an empty response (i.e. just return{ schools: [] }
if no entries were matched). The default value for this parameter should befalse
. It should be an error ifcache
is set tofalse
and this parameter is set totrue
.