dynamodb-geo.js icon indicating copy to clipboard operation
dynamodb-geo.js copied to clipboard

Is it possible to use this for date range queries

Open mfbx9da4 opened this issue 3 years ago • 0 comments

Suppose I have a list of events with a start and end, I wish to find which events overlap with my query ie

event.start > query.end && query.start > event.end

Is it possible to repurpose this library for that use case?

mfbx9da4 avatar Jul 26 '21 23:07 mfbx9da4