]> BookStack Code Mirror - bookstack/commit
Search: Added structure for search term inputs
authorDan Brown <redacted>
Wed, 2 Oct 2024 16:31:45 +0000 (17:31 +0100)
committerDan Brown <redacted>
Wed, 2 Oct 2024 16:31:45 +0000 (17:31 +0100)
commit177cfd72bf22c78823cc46dc5c44df542f5f1fd2
treef9e9834ed116f3495b4a2bbdb3aaae57e6895f47
parent34ade5018186b0acc01205dd1ed3c6b1043f835e
Search: Added structure for search term inputs

Sets things up to allow more complex terms ready to handle negation.
app/Search/SearchOption.php [new file with mode: 0644]
app/Search/SearchOptionSet.php [new file with mode: 0644]
app/Search/SearchOptions.php
app/Search/SearchResultsFormatter.php
app/Search/SearchRunner.php
resources/views/search/all.blade.php
tests/Entity/SearchOptionsTest.php