|
@@ -67,8 +67,8 @@ class Search extends Page
|
|
$this->calcList();
|
|
$this->calcList();
|
|
|
|
|
|
$marker = $advanced ? 'SearchAdvanced' : 'Search';
|
|
$marker = $advanced ? 'SearchAdvanced' : 'Search';
|
|
|
|
+ $v = null;
|
|
|
|
|
|
- $v = null;
|
|
|
|
if (
|
|
if (
|
|
'POST' === $method
|
|
'POST' === $method
|
|
|| isset($args['keywords'])
|
|
|| isset($args['keywords'])
|
|
@@ -133,6 +133,10 @@ class Search extends Page
|
|
$this->fIswev = $v->getErrors();
|
|
$this->fIswev = $v->getErrors();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if (! $this->c->config->insensitive()) {
|
|
|
|
+ $this->fIswev = ['i', 'The search may be case sensitive'];
|
|
|
|
+ }
|
|
|
|
+
|
|
$this->fIndex = 'search';
|
|
$this->fIndex = 'search';
|
|
$this->nameTpl = 'search';
|
|
$this->nameTpl = 'search';
|
|
$this->onlinePos = 'search';
|
|
$this->onlinePos = 'search';
|