Skip to content
Snippets Groups Projects
Commit 52ac3564 authored by David Mendez's avatar David Mendez
Browse files

Eubopen compounds: add dynamic aidx prefix for activity and quality control tables

parent 01ec5540
No related branches found
No related tags found
1 merge request!88Changes for the Midterm Review
......@@ -59,7 +59,16 @@ export default {
initialQuery: {
query: {
bool: {
must: [{ terms: { molecule_chembl_id: [this.itemID] } }],
must: [
{ terms: { molecule_chembl_id: [this.itemID] } },
{
terms: {
'_metadata.eubopen_assay_type.aidx_prefix.keyword': [
this.tabConfig.key,
],
},
},
],
},
},
},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment