mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
Fix PR comments
This commit is contained in:
committed by
Louis Dureuil
parent
70d71581ee
commit
a918561ac1
@ -71,6 +71,8 @@ impl LocalizedFieldIds {
|
||||
for rule in rules {
|
||||
if rule.match_str(field_name) {
|
||||
locales.extend(rule.locales.iter());
|
||||
// Take the first rule that matches
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user