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

feat: add db-extra-operators config #2570

Closed
wants to merge 1 commit into from

Conversation

steve-chavez
Copy link
Member

@steve-chavez steve-chavez commented Nov 22, 2022

Closes #2028. Allows doing:

create extension pg_trgm;
db-extra-operators = "fuzzy:%"
curl "localhost:3000/users?name=fuzzy.Angel"

[{"id":1,"name":"Angela Martin"}]

Allows adding custom operators
@steve-chavez steve-chavez marked this pull request as draft November 24, 2022 21:54
@steve-chavez steve-chavez marked this pull request as ready for review December 1, 2022 14:16
@steve-chavez steve-chavez marked this pull request as draft December 3, 2022 21:40
@steve-chavez
Copy link
Member Author

Will do a new PR based on #2028 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Support for PGroonga operators
1 participant