Updated Network (markdown) authored by Simroubriff's avatar Simroubriff
...@@ -117,6 +117,10 @@ paramsFiltre : { conditionBlock : "and" | "or" , conditionTagsInBlock : "and" | ...@@ -117,6 +117,10 @@ paramsFiltre : { conditionBlock : "and" | "or" , conditionTagsInBlock : "and" |
"searchType" : ["organizations", "projects", "events"], "searchType" : ["organizations", "projects", "events"],
``` ```
//Le tag principal des points remontés ou créés via la carte auront le tag mentionné.
```
"mainTag" : ["TiersLieux" ]
```
//Filtrer par tags //Filtrer par tags
``` ```
"searchTag" : ["Nord","MEL"], "searchTag" : ["Nord","MEL"],
... ...
......