Commit 6dd45340 authored by Noel Alonso's avatar Noel Alonso
Browse files

Adapta themeInspire a cambios en la vista

parent b0b768b3
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public class ThemeInspireESRepository extends RWDataESRepository<ThemeInspire, S
		implements IDataRepository<ThemeInspire, SimpleQueryDTO> {

	private static String[] INDEX = { "theme-inspire" };
	private static String TYPE = "domain";
	private static String TYPE = "_doc";

	// @formatter:off

+3 −3
Original line number Diff line number Diff line
@@ -31,10 +31,10 @@
			"dynamic": false,
			"properties": {
				"id": {
					"type": "keyword"
					"type": "text"
				},
				"code": {
					"type": "keyword"
					"type": "text"
				},
				"name": {
					"type": "keyword",