isamplesorg / isamples_inabox

Provides functionality intermediate to a collection and central
0 stars 1 forks source link

h3_counts does not accept parameters needed for filtering #301

Open hyunssong opened 1 year ago

hyunssong commented 1 year ago

As result of further investigation for #291, the current h3_counts end point receives q as a parameter but does not accept parameters that would be required for filtering the grid such as fq.

For example, if we would want to filter the grid to only display H3 cells that have OpenContext as a source, the query should be q=*:*&fq=source%3A(%22OPENCONTEXT%22) However, the current h3_counts end point will not be able to read the fq value as it is not set as a parameter.