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

Timescale logic is wrong for filtering everywhere #848

Closed
pliablepixels opened this issue Aug 23, 2019 · 0 comments
Closed

Timescale logic is wrong for filtering everywhere #848

pliablepixels opened this issue Aug 23, 2019 · 0 comments
Labels

Comments

@pliablepixels
Copy link
Member

pliablepixels commented Aug 23, 2019

Given a start and end date, I was using:
/StartTime >=start and /EndTime<=end. This only takes care of events that start and end within that interval and does not take care of overlapping events, which clearly, should also be counted.

i.e:


                  t1================================t2
                          e1|-------------|              // works
         e2|-------------------------|          // error - not selected
                                        e3|-----------------------| // error - not selected


Change logic to:
/StartTime <= end and /EndTime >=start

smh

pliablepixels added a commit that referenced this issue Aug 23, 2019
pliablepixels added a commit that referenced this issue Aug 23, 2019
Simpler1 pushed a commit to Simpler1/zmNinja that referenced this issue Oct 25, 2022
…er selectable in timeline, just like in Events
Simpler1 pushed a commit to Simpler1/zmNinja that referenced this issue Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant