Hi AlexeyPy,
for week-ends you can add to your searches
date_wday="sunday" OR date_wday="saturday"
instead to manage holydays the only way is to create a lookup containing holyday dates and use it to filter your searches.
your_search (date_wday="sunday" OR date_wday="saturday" OR [ | inputlookup holydays.csv | fields date ] )
putting attention on the date format that must be the same for _time and your lookup.
Bye.
Giuseppe
... View more