LivingStories-DevTeam / Living-Stories-App

4 stars 1 forks source link

Unable to use LIKE operator with TEXT type in JPA Query #57

Closed Ali-Hakan closed 1 year ago

Ali-Hakan commented 1 year ago

While attempting to filter results using the LIKE operator in a JPA query, I encountered an issue when applied to a field with the TEXT data type. The expected behavior is to successfully query and match the pattern, but the operation fails, suggesting a potential type mismatch or unsupported operation.

Ali-Hakan commented 1 year ago

Commit