Unverified Commit 72bc43a9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

geoSearch, locationSearch: respect #results parameter

parent 2542ed41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -270,7 +270,7 @@ sub new {
						],
						getPOIs  => \0,
						getStops => \1,
						maxLoc   => 10,
						maxLoc   => $conf{results} // 30,
					}
				}
			],
@@ -289,7 +289,7 @@ sub new {
								type => 'S',
								name => $conf{locationSearch},
							},
							maxLoc => 10,
							maxLoc => $conf{results} // 30,
							field  => 'S',
						},
					}