You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to set default value for search template params, similar to sh:defaultValue, so that when a parameter is not provided in the query by a client, the filter will be applied nonetheless
It should be possible to set default value for search template params, similar to
sh:defaultValue
, so that when a parameter is not provided in the query by a client, the filter will be applied nonetheless<collection> hydra:search [ rdfs:label "Search" ; hydra:template "{?onlyClosed}" ; hydra:variableRepresentation hydra:ExplicitRepresentation ; hydra:mapping [ a hydra:IriTemplateMapping ; hydra:variable "onlyClosed" ; hydra:property </api/bus#unmatched> ; + query:defaultValue true ; query:filter [ a code:EcmaScript ; code:link <node:@pks/filter#onlyClosed> ; ] ; ] ;
The text was updated successfully, but these errors were encountered: