You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Whenever two similar ingredients with unequal names are collected, they aren't merged together but listed separately.
Describe the solution you'd like
A parser could be implemented to associate multiple spellings, conceivably also in multiple languages, of the same ingredient to a single ingredient object stored in a list. Such an object could also have a priority property to sort the list by priority e.g. the order by which the products are typically encountered in the supermarket.
Describe alternatives you've considered
Additional context
Example:
300 g Champignons
200 g braune Champingnons
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Whenever two similar ingredients with unequal names are collected, they aren't merged together but listed separately.
Describe the solution you'd like
A parser could be implemented to associate multiple spellings, conceivably also in multiple languages, of the same ingredient to a single ingredient object stored in a list. Such an object could also have a priority property to sort the list by priority e.g. the order by which the products are typically encountered in the supermarket.
Describe alternatives you've considered
Additional context
Example:
The text was updated successfully, but these errors were encountered: