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

Support additional postgres operators #3377

Open
michalgm opened this issue Dec 28, 2023 · 0 comments
Open

Support additional postgres operators #3377

michalgm opened this issue Dec 28, 2023 · 0 comments

Comments

@michalgm
Copy link

I have a postgres database that makes use of array fields and fulltext indexes. I need to be able to perform queries on those fields using the following postgres operators:

I made a PR for the v4 feathers-knex module implementing these: feathersjs-ecosystem/feathers-knex#236
However, it wasn't immediately clear to me how to implement this in the new knex core module.

Also, reading the migration guide, it seems like perhaps these could be defined in my service definitions using the filter/operator properties? The documentation there wasn't very clear how these are meant to function.

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

No branches or pull requests

1 participant