Commit 23546c6f authored by Noel Alonso's avatar Noel Alonso
Browse files

No permite valores nulos en campos de búsqueda

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

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