Is it possible to use Criteria API to query with Postgres functions such as to_tsquery and to_tsvector? #825
Labels
for: team-attention
An issue we need to discuss as a team to make progress
status: waiting-for-triage
An issue we've not yet triaged
I am trying to implement full text search to one of my apis, here's an example postgres sql query:
I've attempted to try and do the below within the code but noticed the where clause is only Critera.CriteriaStep type and needs to be chained with some operator to make it a Criteria:
Or would I have to do something like below? I am relatively new to using this framework and apologies if this has already gone answered.
The text was updated successfully, but these errors were encountered: