Skip to content
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

Ericbrehault/sc 8740/implement filtering in synchronizer #27

Merged

Conversation

ebrehault
Copy link
Collaborator

No description provided.

Copy link

This pull request has been linked to Shortcut Story #8740: Implement filtering in synchronizer.

if (syncEntity.filters.modified.from) {
isDateOk = item.modifiedGMT >= syncEntity.filters.modified.from;
}
if (syncEntity.filters.modified.to) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed that the date filtering is not working in specific cases.
for instance: if modifiedGTM is lesser than "to", then the "from" filter is not taken into account.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, I didn't read the code correctly

@ebrehault ebrehault merged commit b9dfaef into main Mar 12, 2024
2 checks passed
@ebrehault ebrehault deleted the ericbrehault/sc-8740/implement-filtering-in-synchronizer branch March 12, 2024 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants