I'm having a hard time thinking how to provide a reproducible example, because there are a lot of moving parts. The basics are, I have a Spring Boot application using a JpaRepository, and I'm trying to search for a record with the string A40-CN0249RN2A
in one column, and am not able to get search results. Here are some data points I'll throw out to show where I've been:
A40-CN0249RN2A
, but I can get results on the column with A40-
and with -CN0249RN2A
and with -
So lost and out of ideas. Thanks in advance for any help you can give me.
Embarrassing 2 days spent on this, and impossible to find from my description:
Spring Data paging starts with page 0, not page 1. You can get a lot of very diverse difficult-to-track-down errors with just this!