MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

Use pre-existing ES / Mapped Field queries for record filtering #368

Open ghukill opened 5 years ago

ghukill commented 5 years ago

Currently, users are expected to type/paste raw ES queries for filtering based on mapped fields, which is not easy. There are two ways to improve this:

  1. provide ability to use pre-existing filtering queries, much like field mapper JSON
  2. provide an interactive GUI that helps build queries

Option 2 would be best, but might take some work, but option 1 would be relatively painless, and would dovetail with option 2 if that came to pass (which has also been the holdup for improving).

antmoth commented 4 years ago

@ghukill would really like to work on this at some point.

@estelendur is capable of working on (2) but not on (1), so let's just backburner it for a while.