I have some documents that contain a date field. I'd like to set up a facet that groups the dates in two buckets: 1) before today, 2) today and in the future.
It seems like I should be using range faceting, but I don't see how to set up the parameters. Is there another way to get what I want? The way my user interface will look is: Status ---------- [x] Open (26) [ ] Closed (127) Where "open" will be all the documents that don't have a date in the past. Thanks!