How to create range filter for 2 dates from 2 tracker fields in a custom search
Hello,
On a tracker I have 2 date fields From and To
I have a trackeritem with this values:
- From (2022-11-28)
- To (2022-12-28)
On a customsearch plugin I want to filter all the items within a range between those fields, find any items within the range of those fields. Kind of something that do any flight or hostel reservation (check-in check-out).
At https://doc.tiki.org/PluginCustomSearch#Date_Range_Picker I see examples but for a single field like modification date. Does anyone has the formula to use the date range picker but using 2 dates ?