Commit Graph

12 Commits

Author SHA1 Message Date
d1d568a9d3 fixed import view step editor 2023-01-19 19:12:25 +01:00
24f331c208 improved ingredient parser handling of amount unit without space 2022-11-09 14:24:12 +01:00
cffa731106 fix: ingredient parsing for non-latin languages
Before this change the ingredient string for non-latin
languages was not being parsed into the correct amount
or units when the food is found at the start of the
ingredient string.

This was because the regex being used was restricted to
latin characters.

With this change the amount and units are correctly
parsed from such a string.

Fixes https://github.com/TandoorRecipes/recipes/issues/1983
2022-08-07 21:37:59 +01:00
f872f994f1 fixed import failure with leading commas in input strings 2022-05-18 15:29:03 +02:00
e2ab3a0efb fixed ingredient parser length issues 2022-04-23 14:15:06 +02:00
e0b7d1a8f0 added support for unit/amount at end of ingredient 2022-04-23 13:53:04 +02:00
012a1a7915 ingredient parser produces expected results again 2022-04-23 13:03:15 +02:00
9b132e71f2 screw up ingredient parser 2022-04-23 01:21:13 +02:00
a7dc23194e converted ingredient parser to class and added automation beta hint 2021-09-16 17:52:11 +02:00
fd1a399d03 more improvements to the ingredient parser + tests 2021-06-21 13:00:03 +02:00
256c1a7d41 improved ingredient parser 2021-06-18 17:36:31 +02:00
76eeed1a77 all tests migrated and improved 2021-03-17 22:10:58 +01:00