There was an error while loading. Please reload this page.
1 parent a2cb172 commit 0d07543Copy full SHA for 0d07543
assets/js/main.js
@@ -41,10 +41,10 @@ function filterFor2022(e) {
41
const payloadDispatchableAction =
42
advancedSearchQueryActionCreators.updateAdvancedSearchQueries({
43
aq: advancedQuery,
44
- groupBy: [
+ groupBy: [ //not really necessary as it adds no value to the query
45
{
46
field: "@year",
47
- sortCriteria: "occurrences",
+ sortCriteria: "occurrences",
48
},
49
],
50
});
0 commit comments