log pkg/controllers/search.go @ 5688:6281c18b109f sr-v2

age author description
Fri, 27 Mar 2020 12:37:26 +0100 Sascha Wilde Added new (optional) parameter "time" to search end point.
Fri, 27 Mar 2020 10:33:39 +0100 Sascha Wilde Removed no longer used endpoint /bottlenecks
Wed, 02 Oct 2019 16:09:10 +0200 Sascha L. Teichmann Made 'go vet' happy again.
Thu, 22 Aug 2019 11:26:48 +0200 Sascha L. Teichmann Moved JSONHandler into middleware package. json-handler-middleware
Thu, 22 Aug 2019 10:54:08 +0200 Sascha L. Teichmann Made the de-serialized input of the JSON handler accessible via the context of the request. json-handler-middleware
Thu, 22 Aug 2019 10:18:13 +0200 Sascha L. Teichmann Made the sql.Conn in function accessible via the context of the request. json-handler-middleware
Tue, 16 Jul 2019 18:39:24 +0200 Sascha L. Teichmann Removed dead code.
Mon, 24 Jun 2019 11:46:20 +0200 Sascha Wilde Moved rhm search to db.
Sat, 15 Jun 2019 14:36:50 +0200 Tom Gottfried Align bottleneck validity at gauges
Wed, 12 Jun 2019 17:11:15 +0200 Tom Gottfried 'Historicise' bottlenecks on import
Tue, 04 Jun 2019 09:50:24 +0200 Thomas Junk search: replace commata via SQL
Mon, 03 Jun 2019 17:21:18 +0200 Thomas Junk search: display locationcode
Mon, 26 Nov 2018 09:01:21 +0100 Fadi Abbud merges
Fri, 23 Nov 2018 15:46:07 +0100 Fadi Abbud add headers for licensing to some middleware files
Sat, 24 Nov 2018 10:32:06 +0100 Sascha L. Teichmann Added missing authors names in Go files.
Mon, 05 Nov 2018 13:07:16 +0100 Sascha Wilde Added geonames data and extended search for villages/cities.
Thu, 25 Oct 2018 11:30:14 +0200 Sascha L. Teichmann List all bottlenecks via GET /api/bottlenecks
Wed, 24 Oct 2018 12:29:25 +0200 Sascha Wilde back end: Added new field "type" to search results.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Mon, 22 Oct 2018 13:12:28 +0200 Sascha Wilde Use distance_marks_virtual table for search.
Wed, 26 Sep 2018 16:00:32 +0200 Sascha Wilde Search: show more human readable results for rkm.
Mon, 24 Sep 2018 16:39:53 +0200 Sascha Wilde Some refactoring in search endpoint.
Mon, 24 Sep 2018 16:34:38 +0200 Sascha Wilde Search: Fixed parsing of numbers w/o decimal.
Mon, 24 Sep 2018 16:28:01 +0200 Sascha Wilde Search back end: simply return emty array for empty result sets.
Mon, 24 Sep 2018 16:19:31 +0200 Sascha Wilde Added search for bottlenecks
Mon, 24 Sep 2018 13:51:26 +0200 Sascha Wilde Make search return an array of features, including name.
Mon, 24 Sep 2018 13:26:57 +0200 Sascha Wilde Added search function for river kilometer.