Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: FullText search bug. "The analyzer 'ascii' does not exist" #104

Open
2 tasks done
lynxionxs opened this issue Aug 16, 2024 · 0 comments
Open
2 tasks done

Bug: FullText search bug. "The analyzer 'ascii' does not exist" #104

lynxionxs opened this issue Aug 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@lynxionxs
Copy link

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?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@lynxionxs lynxionxs added the bug Something isn't working label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant