Skip to content
New issue

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

Feature Request: having distance in Fluid Variables / Template #274

Open
artif-developer opened this issue May 30, 2022 · 0 comments
Open

Comments

@artif-developer
Copy link

atm distance is returned in QueryResult, but in PoiCollection Object distance is allways default 0.
The value for distance is deleted by merging the QueryResult into the QueryResultInterface-Object.
If the execute is set to returnRawQueryResult the resulting Array has the distance set correctly
distance is used for sorting and filtering the query result. it would be nice to have it also in the fluid template.
HAVING distance < ? ORDER BY distance;'; Line 98/99 in PoiCollectionRepository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant