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

Search only if all the characters present in the word #689

Closed
satheesh66 opened this issue Sep 6, 2022 · 1 comment
Closed

Search only if all the characters present in the word #689

satheesh66 opened this issue Sep 6, 2022 · 1 comment

Comments

@satheesh66
Copy link

Description

Search only if all the characters present in the word

Describe the solution you'd like

`const fuse = new Fuse(["hello"], {})

const result = fuse.search('halloween')

output:
result=[
{
"item": "hello"
}
]

const result = fuse.search('hand')

output:
result=[]
`
if any of the characters not available in target word then it shoult not return the word

Describe alternatives you've considered

--

@github-actions
Copy link

github-actions bot commented Jan 5, 2023

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 30 days

@github-actions github-actions bot added the Stale label Jan 5, 2023
@github-actions github-actions bot closed this as completed Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant