Re: [Koha-devel] ElasticSearch Geoserch

2022-07-01 Thread Thomas Klausner
Hi! On Thu, Jun 30, 2022 at 09:35:05AM +1000, dc...@prosentient.com.au wrote: > Where in the bib record are you storing the coordinate data? Have you > looked at https://www.loc.gov/marc/bibliographic/bd034.html? It looks > like that field was redescribed in 2021 to perfectly suit your use >

Re: [Koha-devel] ElasticSearch Geoserch

2022-06-29 Thread Thomas Klausner
Hi! On Wed, Jun 29, 2022 at 12:22:32PM +0200, Uwe Dierolf wrote: > we already implemented something like this and are using it within Primo. > > Try it and go to > > https://primo.bibliothek.kit.edu/primo-explore/search?tab=kit&sortby=date&vid=KIT > Then search for "php head first" and tak

Re: [Koha-devel] ElasticSearch Geoserch

2022-06-29 Thread Uwe Dierolf
Hi there, we already implemented something like this and are using it within Primo. Try it and go to https://primo.bibliothek.kit.edu/primo-explore/search?tab=kit&sortby=date&vid=KIT Then search for "php head first" and take the second hit (german book) On the full title you see the typical

Re: [Koha-devel] ElasticSearch Geoserch

2022-06-29 Thread Stowasser Rainer
Auftrag von Thomas Klausner Gesendet: Mittwoch, 29. Juni 2022 12:04:39 An: Koha-devel Betreff: [Koha-devel] ElasticSearch Geoserch Hi! We are currently discussing a project where a customer wants to add a geosearch to Koha (store lat/lng in biblio, use Elastic geo queries [0] together with a

[Koha-devel] ElasticSearch Geoserch

2022-06-29 Thread Thomas Klausner
Hi! We are currently discussing a project where a customer wants to add a geosearch to Koha (store lat/lng in biblio, use Elastic geo queries [0] together with a leaflet.js map to find biblios in a certain area). I assume that might be of interest to Koha in general? I also assume that this wi