trove:cardSearchFilter
cardSearchFilter
https://share.osf.io/vocab/2023/trove/cardSearchFilter
more details...
- trove:thesaurusEntry
rdf:Propertyjsonapi:document-resource-object-attributestrove:QueryParametertrove:cardSearchFilter
language:en cardSearchFilter
https://share.osf.io/vocab/2023/trove/cardSearchFilter
more details...
- jsonapi:document-member-names
language:en JSON:API member name
language:en cardSearchFilter
- rdfs:label
language:en Label
label
language:en cardSearchFilter
- rdfs:comment
comment
language:en filter to index-cards with specific IRIs at specific locations
- trove:jsonSchema
rdf:JSON {"type": "string"}
- dcterms:description
language:en Description
language:enmediatype:text/markdown#charset=utf-8 cardSearchFilter is a query parameter to narrow an index-card-search (or to narrow the card-search context of an index-value-search) based on values at specific paths.
each cardSearchFilter has one or two bracketed parameters:
cardSearchFilter[<propertypath_set>][<filter_operator>]=<value_iris>propertypath_set: comma-separated property-path setfilter_operator: any one of the operators defined belowvalue_iris: comma-separated IRI set
filter operators
operators on IRI values:
any-of(default): at least one of the value irisnone-of: none of the value irisis-present: the property-path must exist, but its value does not matteris-absent: the property-path must not exist
operators on date values (may give date in
YYYY-MM-DD,YYYY-MM, orYYYYformat)before: before the given date (excluding the date itself)after: after the given date (excluding the date itself)at-date: within the given date
- jsonapi:document-member-names