Set Search Location

By default, basic searches from the user portal header's search bar are performed globally, regardless of where the user has navigated in the folders shown in the main part of the screen. 

A setting is available for changing the default search location to the current path shown in the user portal. In the above screen, if the setting were turned on, searches would begin at the My Files/Financial folder.
The setting adds the option Show Global Search Results when users click in the Search bar so users still have the ability to search globally: 



To set the search to begin from the current path but include the global search option:

  1. Open cloudconfig.php at

    • Windows: XAMPP DIRECTORY\htdocs\config\cloudconfig.php

    • Linux: /var/www/config/cloudconfig.php

  2. Add the setting:

    define("TONIDOCLOUD_START_SEARCHES_ON_CURRENT_NAVIGATION_LOCATION", true);

To return to a global search only:

  1. Change the value of TONIDOCLOUD_START_SEARCHES_ON_CURRENT_NAVIGATION_LOCATION from true to false.

    define("TONIDOCLOUD_START_SEARCHES_ON_CURRENT_NAVIGATION_LOCATION", false);