-
Notifications
You must be signed in to change notification settings - Fork 617
Honor ignoreCase()
from Sort.Order
.
#2274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for your kind report. I can confirm this as a bug. |
ignoreCase()
from Sort.Order
.
This will be fixed in all version from 6.0.10 onwards. Thanks again. |
Thank you! Is there an announced release date yet for 6.0.10? |
No worries. Sadly there isn't yet one in the team calendar (https://calendar.spring.io). I'll ask in the next sync call. <repositories>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories> they will contain a 6.0.10-SNAPSHOT with the fix shortly. |
If SNAPSHOT is available, we can figure something out. Thank you! |
In spring data neo4j 5, We used to be able to sort ignoring the case. This doesn't seem supported anymore
This is the old query that was created by spring-data-neo4j 5
And now, with version 6
Here is the
Pageable
I use.The text was updated successfully, but these errors were encountered: