|
|
@@ -2,10 +2,11 @@ package gov.usda.nal.fdc.models
|
|
|
|
|
|
import gov.usda.nal.fdc.models.SortCriteria.SortCriteria
|
|
|
import gov.usda.nal.fdc.models.SortOrder.SortOrder
|
|
|
+import gov.usda.nal.fdc.models.DataType.DataType
|
|
|
|
|
|
case class FoodSearchCriteria(
|
|
|
val query: String,
|
|
|
- //val dataType: Seq[DataType] = Nil,
|
|
|
+ val dataType: Seq[DataType] = Nil,
|
|
|
val brandOwner: Option[String] = None,
|
|
|
val pageSize: Option[Short] = None,
|
|
|
val pageNumber: Option[Long] = None,
|