Skip to content

Commit

Permalink
fix soft delete test
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHolstien committed Jan 24, 2024
1 parent cd75904 commit fb44447
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,10 @@ record TestEntityInfo includes CustomProperties {
"fieldType": "DOUBLE"
}
doubleField: optional double

@Searchable = {
"fieldName": "removed",
"fieldType": "BOOLEAN"
}
removed: optional boolean
}

0 comments on commit fb44447

Please sign in to comment.