Skip to content

Commit 0d07543

Browse files
author
safosamson.gmail.com
committed
Commented on the "group by" in advancedSearchQueryActionCreators was irrelevant
1 parent a2cb172 commit 0d07543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ function filterFor2022(e) {
4141
const payloadDispatchableAction =
4242
advancedSearchQueryActionCreators.updateAdvancedSearchQueries({
4343
aq: advancedQuery,
44-
groupBy: [
44+
groupBy: [ //not really necessary as it adds no value to the query
4545
{
4646
field: "@year",
47-
sortCriteria: "occurrences",
47+
sortCriteria: "occurrences",
4848
},
4949
],
5050
});

0 commit comments

Comments
 (0)