fixed pagebreaking code

This commit is contained in:
Viktor Pedersen 2021-08-05 14:28:15 +02:00
parent ced3fc736e
commit d9ab281a02

@ -175,12 +175,12 @@ class SearchPage extends Page {
if($term[$i][0] == "+"){
// adds to mustIncludeArray
$mustIncludeArray[] = array(substr($term[$i], 1))
echo "test print " substr($term[$i], 1);
//echo "test print " substr($term[$i], 1);
}
elseif($term[$i][0] == "!" || $term[$i][0] == "-"){
// adds to mustExcludeArray
$mustExcludeArray[] = array(substr($term[$i], 1))
echo "test print " substr($term[$i], 1);
//echo "test print " substr($term[$i], 1);
}
else{
// adds to canIncludeArray