added location indexes to events

This commit is contained in:
lenovo
2022-11-11 17:53:22 +01:00
parent b5c73fc039
commit 9024a3472b
6 changed files with 87 additions and 32 deletions

View File

@@ -177,4 +177,30 @@ function mp_get_published_events() {
return $events;
}
/*
event : {}
- heure_de_debut : "";
- heure_de_fin : "";
- categorie : "";
- date : "";
- pays : "";
- ville : "";
- adresse : "";
- prenom : "";
- nom : "";
- irl : bool;
- id : x;
- title : "";
- location : {}
- street : "";
- city : "";
- country : "";
- address : "";
- approximate : bool;
- coordinates : {}
- lat : x;
- lng : x;
*/
?>