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

Feature suggestion: Postgres-style trigram similarity #39

Open
ijt opened this issue Oct 3, 2019 · 1 comment
Open

Feature suggestion: Postgres-style trigram similarity #39

ijt opened this issue Oct 3, 2019 · 1 comment

Comments

@ijt
Copy link

ijt commented Oct 3, 2019

I've gotten good results in the past by using the string similarity defined in the Postgres pg_trgm extension.

I have an implementation for it in Rust and was thinking of releasing it as a standalone crate, but maybe it would make more sense to add it here. What do you think?

@dguo
Copy link
Member

dguo commented Oct 10, 2019

Hi! That sounds interesting. Do you think you would need to pull in any other crates to implement it?

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

3 participants