We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the price for salads that are paid by 100g are parsed like this:
{ "name": "Siehe Auswahl vor Ort", "category": "Salat", "prices": { "students": "(je 100g) € 0,98 €", "employees": "0,98 €", "others": "0,98 €" }, //... }
The (je 100g) should not be included in the "students" field. Instead, it should be provided in an additional field like price_info or price_note.
(je 100g)
price_info
price_note
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the price for salads that are paid by 100g are parsed like this:
The
(je 100g)
should not be included in the "students" field. Instead, it should be provided in an additional field likeprice_info
orprice_note
.The text was updated successfully, but these errors were encountered: