first commit
This commit is contained in:
39
cache/compiled/files/09dd47160c53ff9489660fd12df9910e.yaml.php
vendored
Normal file
39
cache/compiled/files/09dd47160c53ff9489660fd12df9910e.yaml.php
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
<?php
|
||||
return [
|
||||
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
||||
'filename' => '/home/phvos/web/dedijk4.nl/public_html/user/plugins/tntsearch/tntsearch.yaml',
|
||||
'modified' => 1582124800,
|
||||
'data' => [
|
||||
'enabled' => true,
|
||||
'search_route' => '/search',
|
||||
'query_route' => '/s',
|
||||
'built_in_css' => true,
|
||||
'built_in_js' => true,
|
||||
'built_in_search_page' => true,
|
||||
'enable_admin_page_events' => true,
|
||||
'search_type' => 'auto',
|
||||
'fuzzy' => false,
|
||||
'phrases' => true,
|
||||
'stemmer' => 'default',
|
||||
'display_route' => true,
|
||||
'display_hits' => true,
|
||||
'display_time' => true,
|
||||
'live_uri_update' => true,
|
||||
'limit' => 20,
|
||||
'min' => 3,
|
||||
'snippet' => 300,
|
||||
'index_page_by_default' => true,
|
||||
'scheduled_index' => [
|
||||
'enabled' => false,
|
||||
'at' => '0 */3 * * *',
|
||||
'logs' => 'logs/tntsearch-index.out'
|
||||
],
|
||||
'filter' => [
|
||||
'items' => [
|
||||
0 => 'root@.descendants'
|
||||
]
|
||||
],
|
||||
'powered_by' => true,
|
||||
'search_object_type' => 'Grav'
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user