Skip to content

Commit

Permalink
Merge pull request #25 from ncats/archUpdate
Browse files Browse the repository at this point in the history
added new field
  • Loading branch information
narchana authored May 1, 2024
2 parents e34c7f2 + 4d3edcb commit 62d7a3e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ public class ProductIngredient extends ProductCommonData {
@Column(name = "INGREDIENT_TYPE")
public String ingredientType;

@Indexable(suggest = true, facet = true, name = "Ingredient Function", sortable = true)
@Column(name = "INGREDIENT_FUNCTION")
public String ingredientFunction;

@Column(name = "UNIT")
public String unit;

Expand Down

0 comments on commit 62d7a3e

Please sign in to comment.