stable

Clone or download

Read-only

feat: XTS support BETWEEN on date fields

Part of story #10710 search on fields with duck typing User can now query on date fields with BETWEEN operator. Witch this commit all authorized operators on date fields are available *Testing:* With some trackers with date fields, performs a cross tracker search on these trackers with BETWEEN operator on date fields. It should works Change-Id: I185c7a500c9e7664b326e61e90309d9c094817fc

Modified Files

Name
M plugins/crosstracker/include/CrossTracker/Report/Query/Advanced/QueryBuilder/Field/Date/DateFromWhereBuilder.php +22 −1 Go to diff View file
M plugins/crosstracker/tests/integration/CrossTracker/Report/Query/Advanced/DuckTypedField/DateDuckTypedFieldTest.php +45 −0 Go to diff View file