We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbea4bd commit 3342556Copy full SHA for 3342556
app/views/results_similar.php
@@ -2,6 +2,8 @@
2
namespace Transvision;
3
4
$proposed_search = $_GET;
5
+// Reset advanced search options (no need to check in advance if they're set)
6
+unset($proposed_search['case_sensitive'], $proposed_search['perfect_match'], $proposed_search['whole_word']);
7
8
$list_items = '';
9
foreach ($best_matches as $match) {
0 commit comments