orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
514 stars 220 forks source link

FR: Search API/ Summary page: search by date (or number?) range #1058

Open ebruchez opened 11 years ago

ebruchez commented 11 years ago

This only applies for fields that are numeric or dates.

This depends on #966 "Overhaul persistence layers for relational databases", which introduces better and faster indexing and will make this RFE much easier to implement.

Persistence API and implementations need to support range queries:

FR Summary page:

screen shot 2013-06-06 at 4 41 30 pm

ebruchez commented 5 years ago

+1 from evaluator

ebruchez commented 5 years ago

+1 from customer

ebruchez commented 5 years ago

We don't necessarily need to support this feature with eXist (see #4141).

avernet commented 10 months ago

I think this would require adding a orbeon_i_control_date table to have the dates available in a table, so we can then search on those dates, like we do a distinct values for #6014.