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
I found that it's a upstream problem caused by invoking tokenizer.tokenize without await, they made insert methods sync but it's not compatible with tokenizer, will report it to Orama later.
To Reproduce
Current vs. Expected behavior
throw orama tokenizer type error, and without any search results.
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 24.1.0: Thu Oct 10 21:02:45 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T8112 Available memory (MB): 24576 Available CPU cores: 8 Binaries: Node: 20.17.0 npm: 10.8.2 Yarn: N/A pnpm: 9.12.3 Relevant Packages: next: 15.0.3 // Latest available version is detected (15.0.3). eslint-config-next: 15.0.3 react: 18.3.1 react-dom: 18.3.1 typescript: 5.7.2
Which area(s) are affected? (Select all that apply)
Core
Additional context
No response
The text was updated successfully, but these errors were encountered: