You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: