subugoe / typo3-find

TYPO3 extension providing a frontend for Solr indexes.
GNU General Public License v2.0
16 stars 20 forks source link

Spatial Search-Filtering by an arbitrary rectangle #160

Open AppWerft opened 5 years ago

AppWerft commented 5 years ago

Hi,

we have a heatmap with geo positions of pulications:

and try to filter:

https://lucene.apache.org/solr/guide/6_6/spatial-search.html#SpatialSearch-Filteringbyanarbitraryrectangle

Is there a way in this module?

AppWerft commented 5 years ago

I guess:

geofilter {
        id = geofilter
        type = Hidden
        query = geoLocationPoint:[%f,%f TO %f,%f]
}

But how I have to build the querystring? &tx_find_find[q][geofilter]=????