mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-10 12:04:06 +00:00
split SearchResult type
Use adapted types for the different result types. This makes it easier to have adapted output formatting and means there are only result fields that are filled.
This commit is contained in:
@@ -28,5 +28,5 @@ from .results import (SourceTable as SourceTable,
|
||||
AddressLines as AddressLines,
|
||||
WordInfo as WordInfo,
|
||||
WordInfos as WordInfos,
|
||||
SearchResult as SearchResult)
|
||||
DetailedResult as DetailedResult)
|
||||
from .localization import (Locales as Locales)
|
||||
|
||||
Reference in New Issue
Block a user