csv import missing nodes and relationships
Jeff Gagnon
Hi and thanks for your comment.
If you're using the "Explore results" button, the query used to show a portion of your graph in Explore differs somewhat from the query used to Preview your graph model. Because some datasets contain more information than can be reasonably viewed and explored, we only show a subset of the graph. To see everything, you can create a Pattern query in the Search bar that includes each of your Property names connected by an <any> relationship.
Gregory King
hi, yes if you're running the "show me a graph" search phrase in bloom (which happens when you click explore results after a load), it will limit to I think 100 relationships. You could I think do a different search phrase to see more in Bloom.
rburch@crimsonphoenix.com
Gregory King that worked, thank you. Here's the cypher query I ran to get all of the nodes and relationships:
MATCH (n)-[r]->(m)
RETURN n, r, m