Michael Moore

Results 9 comments of Michael Moore

Yes - agreed, esp on the unambiguous part. Since the procedures are returning the full node or the full relationship, being able to index all of the strings in an...

@smkhalsa Not yet, the work around is to convert your array to a string property, and then it can be indexed.

Piling on here - yes it would be great to at least get the array of term positions in the string for highlighting etc :)

Thank you Michael - Using /graphql/experimental (plugin v 3.5.0.4 built from source) does work but requires the query to be modified for the plugin: using the same schema above and...

I understand - the point I'm making is that we should try to have graphql operate the same irrespective of whether it's the neo4j js implementation or the neo4j java...

You can select start nodes at random using ``` MATCH (m:Movie) WHERE rand() < 0.10 MATCH (m)

Start by counting the nodes for (m:Page) ``` MATCH (m:Page) RETURN COUNT(m) ``` Is a 10% sample returning more rows than your memory allocation can handle? Remember always start small...

Using MacOS Catalina 10.15.7 Neo4j 4.2.3, Desktop 1.4.1 Updated Chart App 1.0.7, all permissions granted encounter problems right away having created a test dashboard, clicking on Help crashes the app....

Hi Adam - Thanks for taking a look. I updated using your latest build - still seeing issues. I am launching through the desktop. Help is crashing the app, and...