Skip to content

Commit 5abf7fd

Browse files
committed
Bug 1930985 - Fix default engine ordering in tests.
1 parent 9bcce7a commit 5abf7fd

File tree

3 files changed

+161
-259
lines changed

3 files changed

+161
-259
lines changed

components/search/src/configuration_types.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ pub(crate) struct JSONEngineOrder {
259259
/// The specific environment to match for this record.
260260
pub environment: JSONVariantEnvironment,
261261

262-
/// The order of the engines for the associated environment. If engines are
263-
/// present for the user but not included in this list, they will follow
262+
/// The order of engine identifiers for the associated environment. If engines
263+
/// are present for the user but not included in this list, they will follow
264264
/// after the ones in this list in alphabetical order. If an individual entry
265265
/// is suffixed with a star, matching is applied on a "starts with" basis.
266266
#[serde(default)]

0 commit comments

Comments
 (0)