]> BookStack Code Mirror - bookstack/commit
Searching: Added negation support to UI and term handling
authorDan Brown <redacted>
Thu, 3 Oct 2024 14:59:50 +0000 (15:59 +0100)
committerDan Brown <redacted>
Thu, 3 Oct 2024 14:59:50 +0000 (15:59 +0100)
commit93c677a6a955c75318c184d167737836c8c36cd5
treeba20e1e26b142afbef9bec80b45170ded490fdc8
parent177cfd72bf22c78823cc46dc5c44df542f5f1fd2
Searching: Added negation support to UI and term handling

Updated/added tests to cover.
Support for actual search queries still remains.
app/Search/Options/ExactSearchOption.php [new file with mode: 0644]
app/Search/Options/FilterSearchOption.php [new file with mode: 0644]
app/Search/Options/SearchOption.php [new file with mode: 0644]
app/Search/Options/TagSearchOption.php [new file with mode: 0644]
app/Search/Options/TermSearchOption.php [new file with mode: 0644]
app/Search/SearchOption.php [deleted file]
app/Search/SearchOptionSet.php
app/Search/SearchOptions.php
resources/views/search/all.blade.php
tests/Entity/EntitySearchTest.php
tests/Entity/SearchOptionsTest.php