We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
$search->trackScores(true)
Something like $search->trackDistance(true) ? maybe
$search->trackDistance(true)
Will possibly add it locally, if it works would you like a PR?
The text was updated successfully, but these errors were encountered:
Yes, we'd like a PR about it. Thanks!
Sorry, something went wrong.
No branches or pull requests
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)
? maybeWill possibly add it locally, if it works would you like a PR?
The text was updated successfully, but these errors were encountered: