Skip to content

Commit 7203d29

Browse files
study type update for frontend
1 parent 7ac00ba commit 7203d29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml_OS/libraries/ElasticSearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ private function build_study($d) {
761761
'uploader_id' => $d->creator,
762762
'uploader' => array_key_exists($d->creator, $this->user_names) ? $this->user_names[$d->creator] : 'Unknown',
763763
'visibility' => $d->visibility,
764-
'type' => $d->main_entity_type,
764+
'study_type' => $d->main_entity_type,
765765
'legacy' => $d->legacy,
766766
'suggest' => array(
767767
'input' => array($d->name, $d->description . ' '),

0 commit comments

Comments
 (0)