testing search function
This commit is contained in:
parent
31e9e21d4b
commit
efddd93c88
@ -86,7 +86,7 @@ class SearchPage extends Page {
|
||||
print_r($mustIncludeArray);
|
||||
print('<br>');
|
||||
|
||||
print('DEBUG VARDUMP $mustIncludeItem: ');
|
||||
print('DEBUG VARDUMP $terms: ');
|
||||
var_dump($terms);
|
||||
print('<br>');
|
||||
|
||||
@ -105,11 +105,6 @@ class SearchPage extends Page {
|
||||
var_dump($mustIncludeTerm);
|
||||
print('<br>');
|
||||
|
||||
|
||||
print('DEBUG $mustIncludeArray[$mustIncludeTerm]: ');
|
||||
print_r($mustIncludeArray[$mustIncludeTerm]);
|
||||
print('<br>');
|
||||
|
||||
$res = $item->matches();
|
||||
|
||||
// $mustIncludeTermCheck = $item->matches($mustIncludeTerm); // matchar inte korrekt???
|
||||
|
Loading…
x
Reference in New Issue
Block a user