Add note to sortSearchByDistance config

This commit is contained in:
Jenni Nurmi 2019-01-18 13:20:23 +02:00
parent 36ed1eff26
commit 97da6dd066

View file

@ -19,6 +19,8 @@ const i18n = {
};
// Should search results be ordered by distance to origin.
// NOTE: If this is set to true add parameter 'origin' to every location in default-location-searches.js
// Without the 'origin' parameter, search will not work correctly
const sortSearchByDistance = false;
// API supports custom processes to be used in booking process.