Node sdk ViewQuery - range function issue

Hi,

I am using ViewQuery.from(‘workbooks’,‘by_id’).range(wbKey,’/’,false);
it works fine if wbKey does not start with a number.
so I got the result for ‘-7wQNby8bsx_MrX3T-uBn26X’
but not for ‘1F48NXhh2IfjNmm-fCtpjgNN’…

Just wondering if this is a known issue and you may have a workaround.

I am using node sdk.

Thank you!

Tantely