diff --git a/src/dispatch/static/dispatch/src/search/utils.js b/src/dispatch/static/dispatch/src/search/utils.js index 3d1be804615f..760748808200 100644 --- a/src/dispatch/static/dispatch/src/search/utils.js +++ b/src/dispatch/static/dispatch/src/search/utils.js @@ -118,7 +118,7 @@ export default { if (!value) { return } - if (has(value, "id")) { + if (!["commander", "participant"].includes(key) && has(value, "id")) { subFilter.push({ model: toPascalCase(key), field: "id",