Enabling Full-Text Search with Slick-pg
Briefly

To perform a full-text search in PostgreSQL using Scala Slick, you need to use Slick's Plain SQL queries because Slick does not natively support PostgreSQL's full-text search functions.
Slick-pg is a library that provides extensions for full-text search in PostgreSQL within Scala Slick projects, offering an alternative to plain SQL queries.
Read at Medium
[
add
]
[
|
|
]