Skip to content

Commit 6928f24

Browse files
committed
tried to solve Use of '*' in API queries to get all results . publiclab#4036
1 parent 5e1d8c2 commit 6928f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/srch/search.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ class Search < Grape::API
303303
nickname: 'search_tag_locations'
304304

305305
params do
306-
use :geographical, :additional, :period, :sorting, :ordering
306+
use :geographical, :additional, :period, :sorting, :ordering, :latitude, :longitude
307307
end
308308
get :taglocations do
309309
search_request = SearchRequest.from_request(params)

0 commit comments

Comments
 (0)