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
Copy file name to clipboardExpand all lines: docs/search/criteria_reference/datetimeattributerange_criterion.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
description: DateTimeAttributeRange Criterion
3
3
---
4
4
5
-
# DateTimeAttribute criterion
5
+
# DateTimeAttributeRange criterion
6
6
7
7
The [`DateTimeAttributeRange Search Criterion`](TODO: PHP REF)` searches for products by value of a specified attribute, which must be based on the [date and time attribute](date_and_time.md) type.
8
8
9
9
## Arguments
10
10
11
11
-`identifier` - attribute's identifier (string)
12
-
-`min` - lower range value ([DateTimeImmutable](https://www.php.net/manual/en/class.datetimeimmutable.php), optional)
13
-
-`max` - upper range value ([DateTimeImmutable](https://www.php.net/manual/en/class.datetimeimmutable.php), optional)
12
+
-`min` - lower range value (inclusive) of [DateTimeImmutable](https://www.php.net/manual/en/class.datetimeimmutable.php) type. Optional.
13
+
-`max` - upper range value (inclusive) of [DateTimeImmutable](https://www.php.net/manual/en/class.datetimeimmutable.php) type. Optional.
0 commit comments