Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
8.7
-
None
-
None
Description
in the query window I get
with query `canonical_type:"<http://ns.ontoforce.com/ontologies/integration_ontology#ClinicalStudy>" AND Collaborator_ss:"<http://ns.ontoforce.com/organization/clinical_trials/nct00981058/medidata_solutions>"`
```
{{
,}}
while in streaming expressions with query
```
search(core_data, q="canonical_type:\"<http://ns.ontoforce.com/ontologies/integration_ontology#ClinicalStudy>\" AND Collaborator_ss:\"<http://ns.ontoforce.com/organization/clinical_trials/nct00981058/medidata_solutions>\"", qt:"/export", fl="id, label,Collaborator_rt_source_ss, Collaborator_ss", sort="id asc", rows=10)
```
The result
```
{{ {
"id": "http://identifiers.org/clinicaltrials/NCT00981058",
"label": "First-line Treatment of Participants With Stage IV Squamous Non-Small Cell Lung Cancer With Necitumumab and Gemcitabine-Cisplatin",
"Collaborator_rt_source_ss": [
"http://ns.ontoforce.com/organization/clinical_trials/nct00981058/intertek",
"http://ns.ontoforce.com/organization/clinical_trials/nct00981058/thermo_fisher_scientific",
"http://ns.ontoforce.com/organization/clinical_trials/nct00774748/laboratory_corporation_of_america",
"http://ns.ontoforce.com/organization/clinical_trials/nct00002347/parexel",
"http://ns.ontoforce.com/organization/clinical_trials/nct00000326/university_of_colorado__denver",
"http://ns.ontoforce.com/organization/clinical_trials/nct00981058/pacific_biomarkers",
"http://ns.ontoforce.com/organization/clinical_trials/nct00981058/medidata_solutions",
"http://ns.ontoforce.com/organization/clinical_trials/nct00006397/ppd",
"http://ns.ontoforce.com/organization/clinical_trials/nct00981058/sysmex_inostics_gmbh",
"http://ns.ontoforce.com/organization/clinical_trials/nct00057616/icon_clinical_research"
],
"Collaborator_ss": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
]
},}}```
So the field Collaborator_ss (whihc contains the same content of like the field Collaborator_rt_source_ss but with enclosing `<>` returns an empty string !?
Same field type *_ss, otherwise same content
BTW tried adding screenshot and did not work