Skip to content

Commit

Permalink
feat: date_from and date_to for DefaultSchema2xRceEventDocumentEnricher
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Mar 12, 2024
1 parent a644145 commit 6c2a775
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Service/Indexer/IndexSchema2xDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class IndexSchema2xDocument extends Document implements IndexDocument
public ?DateTime $sp_changed;
public ?DateTime $sp_generated;
public ?DateTime $sp_date;
public ?DateTime $sp_date_from;
public ?DateTime $sp_date_to;
/**
* @var DateTime[]
*/
Expand Down

0 comments on commit 6c2a775

Please sign in to comment.