Skip to content

Commit

Permalink
correct config instructions for Search services (web and in-world)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuduleLapointe committed Jan 7, 2022
1 parent 7fe8c9c commit af51182
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions admin/admin-init.php
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,20 @@ function w4os_process_actions($args = array()) {
'name' => __('Avatar profile', 'w4os'),
'description' => __('The base URL for avatar web profiles.', 'w4os'),
),
'SearchURL' => array(
'name' => __('Search Service', 'w4os'),
'description' => __('Search service used by the viewer. Search can be provided by the simulator core (limited), or by an external service for additional functionalities (like events). Requires OpenSimSearch.Modules.dll.', 'w4os'),
'third_party_url' => (get_option('w4os_provide_search')) ? '' : 'https://github.com/GuduleLapointe/flexible_helper_scripts',
'os_config' => [
'OpenSim.ini' => [
'[Search]' => [ 'SearchURL = %1$s' ],
// '[GridInfoService]' => [ 'search = %1$s' ],
],
],
),
'search' => array(
'name' => __('Search', 'w4os'),
'description' => __('Search service used by the viewer. Search can be enabled on the simulator itself, or handled by an external service for additional functionalities.', 'w4os'),
'name' => __('Web Search', 'w4os'),
'description' => __('Web tab of viewer search windows. Relevant if you have a search page providing content from the grid.', 'w4os'),
'third_party_url' => (get_option('w4os_provide_search')) ? '' : 'https://github.com/GuduleLapointe/flexible_helper_scripts',
'os_config' => [
'Robust.HG.ini' => [
Expand Down

0 comments on commit af51182

Please sign in to comment.