We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
I noticed that the type of keys is defined as a readonly array of strings, but according to the Fuse.js documentation, it can be also objects.
Now it's
public static parseIndex<U>( index: { keys: ReadonlyArray<string> records: FuseIndexRecords }, options?: FuseIndexOptions<U> ): FuseIndex<U>
https://www.fusejs.io/api/options.html#keys Would it be possible to update the type definition to reflect this?
v7.1.0
v7.0.0
TypeScript is complaining when I try to use the Fuse.parseIndex method with an array of objects as the keys parameter.
Not any type error
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Description of the bug
Hi!
I noticed that the type of keys is defined as a readonly array of strings, but according to the Fuse.js documentation, it can be also objects.
Now it's
https://www.fusejs.io/api/options.html#keys
Would it be possible to update the type definition to reflect this?
The Fuse.js version where this bug is happening.
v7.1.0
Is this a regression?
Which version did this behavior use to work in?
v7.0.0
Steps To Reproduce
TypeScript is complaining when I try to use the Fuse.parseIndex method with an array of objects as the keys parameter.
Expected behavior
Not any type error
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: