-
Notifications
You must be signed in to change notification settings - Fork 82
Added information about Date and Time attribute #2609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
3751e61
to
9df3660
Compare
|
||
# DateTimeAttribute criterion | ||
|
||
The [`DateTimeAttribute Search Criterion`](TODO: PHP REF) searches for products by value of a specified attribute, based on the [date and time attribute](date_and_time.md) type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The [`DateTimeAttribute Search Criterion`](TODO: PHP REF) searches for products by value of a specified attribute, based on the [date and time attribute](date_and_time.md) type. | |
The `DateTimeAttribute Search Criterion` searches for products by value of a specified attribute, based on the [date and time attribute](date_and_time.md) type. |
Ignore the comment if you have a corresponding PR open.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't generate the reference until the package is released - I will generate it and update this PR when the tagging is done with the two missing links
|
||
# DateTimeAttributeRange criterion | ||
|
||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. | |
The `DateTimeAttributeRange Search Criterion` searches for products by value of a specified attribute, which must be based on the [date and time attribute](date_and_time.md) type. |
Same comment as above - ignore if you have a corresponding PR open.
Also, redundant closing quote "`"
code_samples/ change report
|
Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
cde2f85
to
aa7d27b
Compare
* Added informtion about Date and Time attribute * PHP CS Fixes * Fixes * Fixes * Image fix * Added missing link * Fixed code sample * Review fixes * Added year limitation * Added composer package * Apply suggestions from code review Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com> * Removed efficiently * Fixed broken link placeholder * Fixed attribute and product type casing * Added missing links --------- Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
Adds information about the latest LTS update: Date and time attribute.
Target: master, 4.6
The PR can be reviewed already, but the following things still need to be added:
Because of this, there are 2 TODOs left: links need to be added to the PHP REF.
Changes: