diff --git a/doc/spatial-search.rst b/doc/spatial-search.rst index f1e7d1a6..94274805 100644 --- a/doc/spatial-search.rst +++ b/doc/spatial-search.rst @@ -67,7 +67,7 @@ processing on the geometries before indexing. In this case you need to implement the ``before_dataset_index()`` method of the `IPackageController `_ interface:: - def before_dataset_search(self, dataset_dict): + def before_dataset_index(self, dataset_dict): # When using the default `solr-bbox` backend (based on bounding boxes), you need to # include the following fields in the returned dataset_dict: