Feature: location based search / decay #2087
Labels
module:facets
Issues related to the Facets functionality
module:posts
Issues related to the Posts Indexable / Feature.
new feature
Label for new, potentially bigger features
Elasticsearch provides all the tools needed for a well performing proximity search, which can be very powerful for sites with location based content such as travel blogs, real estate sites or similar.
It would be great to implement location based search and indexing functionality into ElasticPress by first selecting a field or a set of fields that contain the address data or (maybe as first version) geo coded lat/long data for a post. With this data at hand we can alter indexing to include this geo-point field and expose it to existing search/weighting configuration and include the values in score calculation for search results.
Additionally we could provide decaying functionality based on distance similar to the age based decay. It would be also possible to allow for sorting posts by distance.
The text was updated successfully, but these errors were encountered: