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
Thank you!!On Oct 27, 2024, at 12:40 AM, Maxime Labelle ***@***.***> wrote:
FYI, the package is available on npm.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
search({ index: 0 }, '$.index')
returnsnull
instead of0
search({ index: 1 }, '$.index')
correctly returns1
search({ index: 0 }, 'index')
correctly returns0
The text was updated successfully, but these errors were encountered: