Skip to content
Discussion options

You must be logged in to vote

Hi @davlet61, this is expected as 610 is a substring of CL610-ABC. The tokenizer splits CL610-ABC into ["CL610", "ABC"] and can't find a string starting with 610.

Doing substring match is feasable, but will drastically increase index size (and therefore memory utilization) and it may not be doable on a browser.

I hope this clarifies things!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by davlet61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants