Skip to content

Commit

Permalink
Comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
elsaperelli committed Dec 16, 2024
1 parent 32ad477 commit 9bbd0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/exportToNDJson.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const exportToNDJson = async jobOptions => {
const searchParameterQueries = {};
const valueSetQueries = {};
if (typeFilter) {
// subqueries may be joined together with a comma for a logical "or"
// subqueries may be joined together with a comma or as an array for a logical "or"
const tyq = Array.isArray(typeFilter) ? typeFilter : typeFilter.split(',');
// loop over each subquery and extract all search params, which are joined via the "&" operator
// each subquery is of the format <resource type>?<query>
Expand Down

0 comments on commit 9bbd0e0

Please sign in to comment.