Skip to content

Conversation

@soifou
Copy link
Collaborator

@soifou soifou commented Jan 14, 2026

This change adjusts how min_keyword_length is resolved when both a global value and a provider-specific value are set.

Previously, the effective value was computed using math.max(global, provider), which meant the global setting would still apply even when a provider explicitly configured a lower value. This felt counter-intuitive.

Related discussion: #2353

This change adjusts how `min_keyword_length` is resolved when both a
global value and a provider-specific value are set.

Previously, the effective value was computed using `math.max(global,
provider)`, which meant the global setting would still apply even when a
provider explicitly configured a lower value. This felt
counter-intuitive.

Related discussion: #2353
@soifou soifou requested a review from saghen January 14, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants