Added back for disciplines and years charts

This commit is contained in:
Florian Sylvain
2022-01-08 18:54:04 +01:00
parent 80880dd377
commit ffffd33a82
4 changed files with 89 additions and 5 deletions
+2
View File
@@ -24,6 +24,8 @@ $json_object = match ($q) {
"theses" => dump::getTheses($search, $option, $offset),
"suggestion" => dump::getSuggestions($search, $option),
"count" => dump::getThesesCount($search, $option),
"years" => dump::getThesesYears($search, $option),
"disciplines" => dump::getThesesDisciplines($search, $option),
default => NULL,
};