You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
search should be finished at the latest the same-ish speed. Considering Orama can create sorted index, it's preferable to be finished faster than entire search though.
Describe the bug
search(db, { where: { n: { gte: 1 } } })
takes 500ms butnumbers.filter((n) => n >= 1).length
can be finished within 0.3msTo Reproduce
Run the following snippet.
Expected behavior
search
should be finished at the latest the same-ish speed. Considering Orama can create sorted index, it's preferable to be finished faster than entire search though.Environment Info
Affected areas
Search
Additional context
No response
The text was updated successfully, but these errors were encountered: