Add geo bounding box filter

This commit is contained in:
Mubelotix
2025-08-19 11:57:04 +02:00
parent 47f1e707d5
commit 3ee8a75065
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)