Skip to content

Commit

Permalink
Less or more operator: do not use whereDate if type is datetime (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
marijo-pavlov authored Feb 16, 2024
1 parent 58151c7 commit 531b333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SearchCallbacks/AbstractCallback.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ abstract class AbstractCallback
protected CategorizedValues $categorizedValues;

protected const DATE_FIELDS = [
'date', 'datetime',
'date',
];

/**
Expand Down

0 comments on commit 531b333

Please sign in to comment.