neo4j-examples / graphgist_portal

New GraphGist portal written in Rails and using GraphStarter
2 stars 2 forks source link

[bug] industries appearing multiple times #84

Open whatSocks opened 8 years ago

whatSocks commented 8 years ago

http://portal.graphgist.org/graph_gists/rebels-financial-system

for example,

same thing happened when I deleted / re-added from the Industry page

cheerfulstoic commented 8 years ago

I think that this is because of a cartesian product thingy in the query. I'll have a look now, thanks!

cheerfulstoic commented 8 years ago

I've made a fix for this, though I'm having a couple of people test it. Hopefully I should be able to put it up soon for the portal

Thanks again!

cajishat commented 8 years ago

In addition: [http://portal.graphgist.org/graph_gists/flight-analyzer] the "Industries" appear 5 times in this case screen shot 2016-03-16 at 1 47 46 pm The "Use Cases" also seem to be duplicating: screen shot 2016-03-16 at 1 48 30 pm

I am using Safari.

cheerfulstoic commented 8 years ago

This was a problem with the neo4j gem that the portal uses. It's fixed in the latest version of the gem and should be fixed on the staging server and will hopefully roll out to production soon