]> BookStack Code Mirror - bookstack/commit
Added new endpoint for search suggestions
authorDan Brown <redacted>
Mon, 21 Nov 2022 10:29:12 +0000 (10:29 +0000)
committerDan Brown <redacted>
Mon, 21 Nov 2022 10:35:53 +0000 (10:35 +0000)
commite7e83a4109ab95e58f3772a2d9cd759b43ddbd3f
treee48455614626b961166110d475a5539343c0c59f
parentc617190905fe74cae33bcbd1e90ec2340f68d9b7
Added new endpoint for search suggestions
app/Http/Controllers/SearchController.php
resources/js/components/entity-selector.js
resources/js/components/global-search.js
resources/sass/_animations.scss
resources/views/common/header.blade.php
resources/views/search/parts/entity-selector-list.blade.php [moved from resources/views/search/parts/entity-ajax-list.blade.php with 100% similarity]
resources/views/search/parts/entity-suggestion-list.blade.php [new file with mode: 0644]
routes/web.php
tests/Entity/EntitySearchTest.php