Skip to content

Commit

Permalink
feat: TM search filter by app/licence (dvsa/olcs-internal#151)
Browse files Browse the repository at this point in the history
* feat: TM search filter by app/licence

* chore: olcs-common bump
  • Loading branch information
wadedvsa authored Apr 17, 2024
1 parent 23d8679 commit 9edfc74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/internal/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions app/internal/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

0 comments on commit 9edfc74

Please sign in to comment.