earthcube / earthcube_utilities

crawl and assert data-repository metadata for search
0 stars 0 forks source link

Graph cutoff keyword query in report at (n)... #78

Open valentinedwv opened 1 year ago

valentinedwv commented 1 year ago

Keywords can be a undefined bucket of terminology, so in the report, let cut it off where the count is 5.

or 0.1% of dataset count. This would require running a dataset count query before running report query, and pass into report function.

And add some counts:

       {
            "report": "kw_count",

And add some counts:

       {
            "report": "kw_count",
              "count": 9999,
              "count_hidden": 8888,
             "cutoff_point": 5,
          "data":[]