I have an array with elements like:
{
start:5
end: 6
}
There's any way to do a search in array (matchArray) to find all objects where {start:{gte:end}} or {start:{gte:end-1}} ?
I'm interested in doing that sort of things, and I think your library is great, but I need something like this.
Thanks!
I have an array with elements like:
{
start:5
end: 6
}
There's any way to do a search in array (matchArray) to find all objects where {start:{gte:end}} or {start:{gte:end-1}} ?
I'm interested in doing that sort of things, and I think your library is great, but I need something like this.
Thanks!