molgenis / molgenis

MOLGENIS - for scientific data: management, exploration, integration and analysis.
https://molgenis.org
GNU Lesser General Public License v3.0
111 stars 97 forks source link

Aggregates shows all entities extending characteristics instead of just the intended class #1437

Closed esthervanenckevort closed 10 years ago

esthervanenckevort commented 10 years ago

When you have a dataset with multiple xref entities aggregates with one of the xref columns will show a matrix of all the xref entities.

I think the problems is caused by the fact that xref isn't typed to a certain entity type (for instance an xref to person is defined as datatype = xref instead of datatype = person).

mswertz commented 10 years ago

Is this an 'omx' problem? If 'yes' then I propose to postpone closing this ticket until we have alternative backends that can distinguish the xref entity types (AFAIK we have now two in beta, mysql based and lucene based)

On Mon, Apr 28, 2014 at 4:49 PM, David van Enckevort < notifications@github.com> wrote:

When you have a dataset with multiple xref entities aggregates with one of the xref columns will show a matrix of all the xref entities.

I think the problems is caused by the fact that xref isn't typed to a certain entity type (for instance an xref to person is defined as datatype = xref instead of datatype = person).

Reply to this email directly or view it on GitHubhttps://github.com/molgenis/molgenis/issues/1437 .

Dr. Morris A. Swertz, Assistant Professor Head Genomics Coordination Center Dept of Genetics University Medical Center Groningen The Netherlands

mark-de-haan commented 10 years ago

Is this fixed in EMX?

esthervanenckevort commented 10 years ago

Fixed in EMX since each entity has it's own table.