Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

feat: TM search filter by app/licence #151

Merged
merged 2 commits into from
Apr 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions module/Olcs/src/Controller/SearchController.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ public function searchAction()

$this->loadScripts(['table-actions']);

if ($searchIndex === 'people') {
$this->loadScripts(['people-search']);
}

$form = $elasticSearch->getFiltersForm();
$elasticSearch->processSearchData();

Expand Down
Loading