gbv / cocoda

A web-based tool for creating mappings between knowledge organization systems.
https://coli-conc.gbv.de/cocoda/
MIT License
39 stars 5 forks source link

MappingSearch: limit search by date #360

Open nichtich opened 5 years ago

nichtich commented 5 years ago

Searching for mappings last modified in a given span of time is probably a common use case. However just entering a date is too complicated, there should better be a list of typical values such as:

See also https://github.com/gbv/jskos-server/issues/42 for more complicated search (possibly unnecessary overhead).

stefandesu commented 5 years ago

I could imagine implementing a similar filter UI to what GitHub is using, i.e. a text field that contains the full search (that is then translated into a HTTP request), but several other UI elements to make the basic functionality easier.