Replies: 1 comment 2 replies
-
The functions are supported but the operator |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I have a search built with the CriteriaBuilder and would like to add support for doing a text Search with ranked Results.
https://www.postgresql.org/docs/current/textsearch-controls.html#TEXTSEARCH-RANKING
The resulting Select should ideally be
Is there any way to do this through the criteria builder? With the amount of columns, joins and conditions I have, doing this with a fully raw String query is hard.
Beta Was this translation helpful? Give feedback.
All reactions