From 55882611e7e9224d46751a71cd1c61216aafedc4 Mon Sep 17 00:00:00 2001
From: Viktor Pedersen <viktor@dsv.su.se>
Date: Wed, 8 Sep 2021 14:52:03 +0200
Subject: [PATCH] testing search function

---
 include/Product.php | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/include/Product.php b/include/Product.php
index 111677c..3362e72 100644
--- a/include/Product.php
+++ b/include/Product.php
@@ -142,10 +142,9 @@ class Product extends Entity {
         }
 
         if($matchAll && array_diff_assoc($terms, $matches)) {
-            // print('=== DEBUG $terms ===<br>');
-            // var_dump($terms);
-            // print('<br><br>');
-
+            print('=== DEBUG $terms ===<br>');
+            var_dump($terms);
+            print('<br><br>');
             print('=== DEBUG diff $terms and $matches ===<br>');
             var_dump(array_diff_assoc($terms, $matches));
             print('<br><br>');