opendatadiscovery / odd-collectors

Apache License 2.0
8 stars 9 forks source link

Fix Neo4j metadata construction for entities #94

Open ValeriyWorld opened 2 months ago

ValeriyWorld commented 2 months ago

1) Nodes have wrong "count" metadata information. It is because of not complete aggregating logic for the raw query results. 2) Looks like metadata is not fully presented in the frontend section - our metadata contains a list of MetadataExtension objects, but looks like only the metadata from the first one is presented, and others are just ignored. It is possible the more global problem - general extension handling on the backend side probably, so it may affect and metadata fulfilment in other adapters too.