Added REGEXP operator for API query filter (closes #1174)

This commit is contained in:
Bernd Bestel
2020-12-12 10:44:27 +01:00
parent d3883ba93a
commit 59aad1c180
4 changed files with 15 additions and 6 deletions

View File

@@ -199,10 +199,12 @@
- `=` equal
- `!=` not equal
- `~` LIKE
- `!~` not LIKE
- `<` less
- `>` greater
- `>=` greater or equal
- `<=` less or equal
- `>=` greater or equal
- `§` regular expression
- `<value>` is the value to search for
- New endpoint `/stock/shoppinglist/add-overdue-products` to add all currently in-stock but overdue products to a shopping list (thanks @m-byte)
- New endpoint `/stock/shoppinglist/add-expired-products` to add all currently in-stock but expired products to a shopping list