mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-01 21:09:35 +00:00
Update PartSearchFilter.php
This commit is contained in:
parent
1d6b63405b
commit
449b9446d2
1 changed files with 2 additions and 2 deletions
|
|
@ -139,8 +139,8 @@ class PartSearchFilter implements FilterInterface
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
expressions = new array();
|
$expressions = array();
|
||||||
params = new array();
|
$params = array();
|
||||||
|
|
||||||
//Use equal expression to just search for exact numeric matches
|
//Use equal expression to just search for exact numeric matches
|
||||||
if ($search_dbId) {
|
if ($search_dbId) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue