-
Notifications
You must be signed in to change notification settings - Fork 17
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
Expose fuzzy search #1002
Expose fuzzy search #1002
Conversation
"$startsWith": string; | ||
"$containsAllTermsInOrder": string; | ||
"$containsAnyTerm": string; | ||
"$containsAllTerms": string; | ||
"$containsAnyTerm": string | { term: string; fuzzySearch?: boolean }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we expose somewhere what fuzzySearch means? Not sure if dev console docs is best or if we need inline.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also not sure do we need @internal?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Talked offline, I think those should go in dev console for now, and then we can think about JS doc'ing all these filter types inline later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, removing export for now
Invalidated by push of 1a84ab2
Exposing option to turn on fuzzy searching