mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Add note to sortSearchByDistance config
This commit is contained in:
parent
36ed1eff26
commit
97da6dd066
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue