|
@@ -241,6 +241,10 @@ function tripal_db_views_default_views() {
|
|
|
'values_form_type' => 'textfield',
|
|
|
'multiple' => 0,
|
|
|
'optional' => 0,
|
|
|
+ 'agg' => array(
|
|
|
+ 'records_with' => 1,
|
|
|
+ 'aggregates_with' => 0,
|
|
|
+ ),
|
|
|
),
|
|
|
'description' => array(
|
|
|
'operator' => 'contains',
|
|
@@ -546,6 +550,10 @@ function tripal_db_views_default_views() {
|
|
|
'values_form_type' => 'select',
|
|
|
'multiple' => 1,
|
|
|
'optional' => 0,
|
|
|
+ 'agg' => array(
|
|
|
+ 'records_with' => 1,
|
|
|
+ 'aggregates_with' => 1,
|
|
|
+ ),
|
|
|
),
|
|
|
'accession' => array(
|
|
|
'operator' => 'contains',
|
|
@@ -557,7 +565,6 @@ function tripal_db_views_default_views() {
|
|
|
'operator' => 'accession_op',
|
|
|
'identifier' => 'accession',
|
|
|
'label' => 'Accession Contains',
|
|
|
- 'optional' => 1,
|
|
|
'remember' => 0,
|
|
|
),
|
|
|
'case' => 0,
|
|
@@ -565,6 +572,10 @@ function tripal_db_views_default_views() {
|
|
|
'table' => 'dbxref',
|
|
|
'field' => 'accession',
|
|
|
'relationship' => 'none',
|
|
|
+ 'agg' => array(
|
|
|
+ 'records_with' => 1,
|
|
|
+ 'aggregates_with' => 1,
|
|
|
+ ),
|
|
|
),
|
|
|
'search_results' => array(
|
|
|
'operator' => '=',
|