-
Notifications
You must be signed in to change notification settings - Fork 206
SG-31392 Add doc for PublishedFiles preset filters #292
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
Published LATEST [string] latest_by 'ENTITIES_CREATED_AT': | ||
Files When dealing with multiple | ||
PublishedFiles associated to a group | ||
of entities, returns only the | ||
last PublishedFiles created for each | ||
entity. | ||
For example, when dealing with a | ||
set of Versions, this preset allows | ||
to find the latest PublishedFile created | ||
for each of these Versions. | ||
|
||
'VERSION_NUMBER': | ||
When dealing with multiple | ||
PublishedFiles associated to a group | ||
of entities, returns only the | ||
PublishedFile with the highest | ||
version_number. |
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.
Published LATEST [string] latest_by 'ENTITIES_CREATED_AT': | |
Files When dealing with multiple | |
PublishedFiles associated to a group | |
of entities, returns only the | |
last PublishedFiles created for each | |
entity. | |
For example, when dealing with a | |
set of Versions, this preset allows | |
to find the latest PublishedFile created | |
for each of these Versions. | |
'VERSION_NUMBER': | |
When dealing with multiple | |
PublishedFiles associated to a group | |
of entities, returns only the | |
PublishedFile with the highest | |
version_number. | |
Published LATEST [string] latest_by 'ENTITIES_CREATED_AT': | |
Files When dealing with multiple | |
PublishedFiles associated to a group | |
of entities, this will return only the | |
last PublishedFiles created for each | |
entity. | |
For example, when dealing with a | |
set of Versions, this preset allows you | |
to find the latest PublishedFile created | |
for each of these Versions. | |
'VERSION_NUMBER': | |
When dealing with multiple | |
PublishedFiles associated with a group | |
of entities, this returns only the | |
PublishedFile with the highest | |
version_number. |
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.
@dsauve-adsk something strange happened when I added my suggestion, but I edited the text slightly. I would not commit this suggestion since it looks like the formatting isn't right. But, can you add the updated text?
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.
Just did the recommendations, (I also applied it where I copied the text) it changed the formatting so it is hard to validated, but everything should be there...
068203b
to
05a17bc
Compare
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.
Looks great!
No description provided.