We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46e3ca8 + f27decb commit baf3d68Copy full SHA for baf3d68
core/filters.md
@@ -88,10 +88,12 @@ Previous URLs will return all offers for the product having the following IRI as
88
89
The date filter allows to filter a collection by date intervals.
90
91
-Syntax: `?property[<after|before>]=value`
+Syntax: `?property[<after|before|strictly_after|strictly_before>]=value`
92
93
The value can take any date format supported by the [`\DateTime` constructor](http://php.net/manual/en/datetime.construct.php).
94
95
+The `after` and `before` filters will filter including the value whereas `strictly_after` and `strictly_before` will filter excluding the value.
96
+
97
As others filters, the date filter must be explicitly enabled:
98
99
```yaml
0 commit comments