Full Text Search combining PostgreSQL with JPA • February 06, 2023
You are building an application using Spring JPA and want to implement a fast yet flexible full text search feature. Solutions like Hibernate Search might offer necessary tools at first sight, but come with limitations when you want to modify your search query with additional conditions. Check out this rather smooth alternative of combining PostgreSQL FTS with the JPA framework.
Keep Reading →