Replies: 2 comments 2 replies
-
By plugins you are referring to non-C/F# plugins? I think that's a good idea but I'm still thinking how we could achieve it though, can you explain a bit more? |
Beta Was this translation helpful? Give feedback.
1 reply
-
What is the syntax for using the fuzzy search? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think we can add a field in the Result class to include an
IEnumerable<string>
property that allows a unified fuzzy match API matching. Therefore, plugins won't need to do the fuzzy search themselves.Beta Was this translation helpful? Give feedback.
All reactions