You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a recommended way to sort on computed fields? For instance, in my application, I want to sort by ignoring the diacritics (é, è, à, etc..). To do so, I use apoc.text.clean(department.name) with a custom query and a Pageable. This used to work in spring-data-neo4j 5, but doesn't work anymore.
: Cannot handle order property `apoc.text.clean(department.name)`, it must be a simple property or one-hop path.