Add geo bounding box filter

This commit is contained in:
Mubelotix
2025-08-19 11:57:04 +02:00
committed by Tamo
parent b56956ea0c
commit 607a1c2395
6 changed files with 379 additions and 48 deletions

View File

@ -31,7 +31,7 @@ impl GeoJsonExtractor {
index: &Index,
grenad_parameters: GrenadParameters,
) -> Result<Option<Self>> {
if index.is_geojson_enabled(rtxn)? {
if index.is_geojson_filtering_enabled(rtxn)? {
Ok(Some(GeoJsonExtractor { grenad_parameters }))
} else {
Ok(None)