mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
Fixed products page table filter regex (references #2570)
This commit is contained in:
parent
4f6075d8c5
commit
d186e26898
|
|
@ -31,7 +31,7 @@ $("#product-group-filter").on("change", function()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
productsTable.column(productsTable.colReorder.transpose(6)).search("^" + value + "\$", true, false).draw();
|
productsTable.column(productsTable.colReorder.transpose(6)).search("^" + value + "$", true, false).draw();
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user