Parses an ingredient list as a string into an array of objects
Right now "Juice of 1 Lemon" returns this object: ``` { "quantity": 1, "quantity2": null, "unitOfMeasureID": null, "unitOfMeasure": null, "description": "Juice of", "isGroupHeader": false } ``` It gets rid of "Lemon" which is pretty important to the ingredient in this case. Can support for ingredients written this way be added to keep the word lemon in this case? I'm curious if anyone has other ideas on how to solve this. Maybe an "extras" field could be added to include extra info after the description like this. Here's an example of a recipe that writes the ingredient like this: [https://thecozycook.com/lemon-chicken-orzo-soup/](https://thecozycook.com/lemon-chicken-orzo-soup/)
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by Bash4195 and has received 2 comments.