Enable new algorithm every time

This commit is contained in:
Mubelotix
2025-07-28 16:28:06 +02:00
parent 691a9ae4b1
commit 224892e692

View File

@ -427,8 +427,6 @@ impl<'a> Filter<'a> {
let value = crate::normalize_facet(word.value());
if value.len() <= 6 {
// 6 is abitrary, but it works well in practice
let mut value2 = value.as_bytes().to_owned();
if let Some(last) = value2.last_mut() {
if *last != 255 {
@ -452,7 +450,6 @@ impl<'a> Filter<'a> {
}
}
}
}
let base = FacetGroupKey { field_id, level: 0, left_bound: value.as_str() };
let docids = strings_db