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
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