Commit eac39c85 authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade organisation al mapping de observationseries

parent 78975714
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -226,6 +226,24 @@
								}
							}
						},
						"organisation": {
							"dynamic": "false",
							"properties": {
								"id": {
									"type": "long"
								},
								"name": {
									"type": "keyword",
									"fields": {
										"suggest": {
											"type": "text",
											"analyzer": "autocomplete",
											"search_analyzer": "lower_analyzer"
										}
									}
								}
							}
						},
						"note": {
							"type": "text",
							"fields": {