Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Mar 6, 2025
1 parent 4aeb41c commit 1789dfb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ async function getIndicesFromIndexPattern(
return `${cluster}:*${p}*`;
}

// search across all clusters
return [`*:*${pattern}*`, `*${pattern}*`];
// search across local and remote clusters
return [`*${pattern}*`, `*:*${pattern}*`];
});
}

Expand Down

0 comments on commit 1789dfb

Please sign in to comment.