]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/api/__init__.py
replace regexp_match with generic op() functions
[nominatim.git] / nominatim / api / __init__.py
index cf58f27a491f8fc4f017149324bfb5c4cd2d3bb6..794cd96c054d2f68c2d888b7ec54bc9818ea0a9d 100644 (file)
@@ -23,7 +23,6 @@ from .types import (PlaceID as PlaceID,
                     Point as Point,
                     Bbox as Bbox,
                     GeometryFormat as GeometryFormat,
-                    LookupDetails as LookupDetails,
                     DataLayer as DataLayer)
 from .results import (SourceTable as SourceTable,
                       AddressLine as AddressLine,
@@ -31,5 +30,8 @@ from .results import (SourceTable as SourceTable,
                       WordInfo as WordInfo,
                       WordInfos as WordInfos,
                       DetailedResult as DetailedResult,
-                      ReverseResult as ReverseResult)
+                      ReverseResult as ReverseResult,
+                      ReverseResults as ReverseResults,
+                      SearchResult as SearchResult,
+                      SearchResults as SearchResults)
 from .localization import (Locales as Locales)