Skip to content

Commit

Permalink
fix: or-1913 use text mapping for lidmaatschap data
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Nov 7, 2024
1 parent bb82d86 commit 2c6c794
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,10 @@ public static IPromise<IProperties> Get(PropertiesDescriptor<VerenigingZoekDocum
propertiesDescriptor => propertiesDescriptor
.Name(document => document.AndereVereniging)
.WithKeyword(BeheerZoekenNormalizer))
.Date(
.Text(
propertyDescriptor => propertyDescriptor
.Name(document => document.DatumVan))
.Date(
.Text(
propertyDescriptor => propertyDescriptor
.Name(document => document.DatumTot))
.Text(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,10 @@ public static IPromise<IProperties> Get(PropertiesDescriptor<VerenigingZoekDocum
propertiesDescriptor => propertiesDescriptor
.Name(document => document.AndereVereniging)
.WithKeyword(PubliekZoekenNormalizer))
.Date(
.Text(
propertyDescriptor => propertyDescriptor
.Name(document => document.DatumVan))
.Date(
.Text(
propertyDescriptor => propertyDescriptor
.Name(document => document.DatumTot))
.Text(
Expand Down

0 comments on commit 2c6c794

Please sign in to comment.