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