Skip to content

Commit bdb78b9

Browse files
author
Markus Kalkbrenner
committed
fixes #355
1 parent f0b4c2c commit bdb78b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/2.1.6-helper-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$query->createFilterQuery('price')->setQuery($helper->rangeQuery('price', 10, 300));
1515

1616
// add a filterquery to find products in a range of 5km, using the helper to generate the 'geofilt' filter
17-
$query->createFilterQuery('region')->setQuery($helper->geofilt(45.15, -93.85, 'store', 5));
17+
$query->createFilterQuery('region')->setQuery($helper->geofilt('store',45.15, -93.85, 5));
1818

1919
// this executes the query and returns the result
2020
$resultset = $client->select($query);

0 commit comments

Comments
 (0)