db-stops-search
Version:
Search through all stops/stations known by Deutsche Bahn's HAFAS API.
30 lines (29 loc) • 375 B
JSON
{
"searchableAttributes": [
"normalizedName",
"normalizedContext",
"_geo"
],
"filterableAttributes": [
"weight",
"_geo"
],
"sortableAttributes": [
"weight",
"_geo"
],
"rankingRules": [
"words",
"typo",
"proximity",
"attribute",
"sort",
"exactness",
"weight:desc"
],
"typoTolerance": {
"minWordSizeForTypos": {
"twoTypos": 8
}
}
}