We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afd4f6 commit 56640aeCopy full SHA for 56640ae
1 file changed
modules/articoli/ajax/search.php
@@ -50,7 +50,7 @@
50
foreach ($fields as $name => $value) {
51
$query .= ' OR '.$value.' LIKE "%'.$term.'%"';
52
}
53
-$query .= ')';
+$query .= ') GROUP BY `mg_articoli`.`id`';
54
55
$query .= Modules::getAdditionalsQuery(Module::where('name', 'Articoli')->first()->id);
56
0 commit comments