Commit 99dd8c8c authored by Noel Alonso's avatar Noel Alonso
Browse files

Permite consultas de texto con campos por defecto

parent c8ede9e1
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ public abstract class BaseTextQueryDTO {
	@Size(min = 2)
	String text;

	@NotNull
	@JsonView(value = { JsonViewsForQueryDTO.Guest.class })
	String[] searchFields;