]> BookStack Code Mirror - bookstack/commit
Added auto-conversion of search terms to exact values
authorDan Brown <redacted>
Fri, 12 Nov 2021 18:03:44 +0000 (18:03 +0000)
committerDan Brown <redacted>
Fri, 12 Nov 2021 18:03:44 +0000 (18:03 +0000)
commit7d0724e2888f768149b425efcdc185a1c7a4be02
treee117ad7131d4fab3d68daa6df0131ba3d422dc0a
parent99587a0be63556a6915ac2728d8236da2f61c288
Added auto-conversion of search terms to exact values

Will occur when a search term contains a character that's used to split
content into search terms.
Added testing to cover.
app/Entities/Tools/SearchIndex.php
app/Entities/Tools/SearchOptions.php
tests/Entity/EntitySearchTest.php