manticoresoftware / manticoresearch-php

Official PHP client for Manticore Search
MIT License
167 stars 32 forks source link

Return distance when sorting by _geo_distance #132

Open Kayrim opened 1 year ago

Kayrim commented 1 year ago

would be awesome if we could include the distance value with the search result.

I know this can be done with SQL but would be great if we could add it to the result.

Similar to how we add score with $search->trackScores(true)

Something like $search->trackDistance(true) ? maybe

Will possibly add it locally, if it works would you like a PR?

sanikolaev commented 1 year ago

Will possibly add it locally, if it works would you like a PR?

Yes, we'd like a PR about it. Thanks!