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 try to create a FullText search DEFINE INDEX IF NOT EXISTS userNameIndex ON TABLE user COLUMNS name SEARCH ANALYZER ascii BM25 HIGHLIGHTS. But Surreal gives error "The analyzer 'ascii' does not exist". And for other analyzers too. So That feature is not working in WASM.
Steps to reproduce
Create FullText Search Index DEFINE INDEX IF NOT EXISTS userNameIndex ON TABLE user COLUMNS name SEARCH ANALYZER ascii BM25 HIGHLIGHTS
Expected behaviour
For the Analyzers in the Wasm build to work like native builds of SurrealDB
SurrealDB version
surrealdb.js: 1.0.0-beta.18 ; surrealdb.wasm: 1.0.0-beta.15 and 0.9.0 ; arch64 Linux Mint 21
Contact Details
No response
Is there an existing issue for this?
I have searched the existing issues
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Describe the bug
I try to create a FullText search
DEFINE INDEX IF NOT EXISTS userNameIndex ON TABLE user COLUMNS name SEARCH ANALYZER ascii BM25 HIGHLIGHTS
. But Surreal gives error"The analyzer 'ascii' does not exist"
. And for other analyzers too. So That feature is not working in WASM.Steps to reproduce
Create FullText Search Index
DEFINE INDEX IF NOT EXISTS userNameIndex ON TABLE user COLUMNS name SEARCH ANALYZER ascii BM25 HIGHLIGHTS
Expected behaviour
For the Analyzers in the Wasm build to work like native builds of SurrealDB
SurrealDB version
surrealdb.js: 1.0.0-beta.18 ; surrealdb.wasm: 1.0.0-beta.15 and 0.9.0 ; arch64 Linux Mint 21
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: