Styling, animation while generating description...
This commit is contained in:
parent
edcb6ca928
commit
efaa5c4306
3 changed files with 27 additions and 7 deletions
|
|
@ -1291,7 +1291,7 @@ $keywordValue = $rawKeyword;
|
|||
$filterPreview = !empty($_GET['f_preview']);
|
||||
$filterRender = !empty($_GET['f_render']);
|
||||
$filterShown = !empty($_GET['f_shown']);
|
||||
$statusFilterActive = $filterPreview || $filterRender || $filterShown;
|
||||
$statusFilterActive = $filterPreview || $filterRender || $filterShown || $filterPermalink;
|
||||
$searchEmpty = ($rawKeyword === '' && !$statusFilterActive);
|
||||
if ($rawKeyword !== '' && preg_match('/^\s*(date|location|place)\s*=\s*(.+)\s*$/i', $rawKeyword, $m)) {
|
||||
$keywordType = strtolower((string)$m[1]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue