Dimitrios Begnis

Results 5 issues of Dimitrios Begnis

It should be possible to scroll directly to group headers with `scrollTo` or `jumpTo`

feature request

currently the `neo4jTemplate.save` method saves the whole sub graph provided. This makes it hard to just create or update a single node which has relations to other nodes. **Request:** Adding...

status: waiting-for-triage

Hello, does the `neo4j-migrations-spring-boot-starter` work with graalvm native compilation? If I add `neo4j-migrations-spring-boot-starter:2.6.0` (also tested with version 2.5.3) to my dependencies without any further configuration the native compilation fails with...

enhancement

Hello, I came across the problem that I use a full-text index search (`db.index.fulltext.queryNodes`) in my query. The function returns a node and score variable, e.g. ```cypher CALL db.index.fulltext.queryNodes('userNames', ('*'...

Hi, Spring Data Commons has some special query return types for geospatial queries: [Reference](https://docs.spring.io/spring-data/neo4j/reference/repositories/query-return-types-reference.html). Spring Data Neo4j supports geospatial queries but seems not to support those three special query return...

type: new-feature