-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
Ingredient based recipe selection feature #195
Comments
You can actually search for multiple ingredients at once. The native search that comes with the database is actually quite good (although it unfortunately can't find prefixes and suffixes at its current state). The title, description, URL and ingredient list are indexed. So you can search for multiple ingredients, specific URLs in combination with ingredients, hashtags and so on. You can also filter by category first and then do your search. So you can already accomplish quite a lot without the need for an ingredient management system. Does this help with your usecase? |
Well, yes this does kind of solve my very basic usecase. Furthermore, it would be nice to not have to think about the query, but just select the parsed (or predefined by the app) ingredients in a list. This list could then be the basis of another filter "from ingredients". I get that the feature might be confusing at first - especially with no recipes imported. |
Yes, the synonyms are tough. Theoretically the search index could be built including synonyms but I think that does not make sense without accessing an online service which provides the synonyms. Regarding the hashtags: I just created an issue for collecting ideas for improving stuff like this #197 Would be happy to hear if you have anything more to add to this. |
As a user I would like to be able to select a few ingredients that I have at home and get a filter for all the recipes that include this list, so that I can find recipes to cook without the need to search each ingredient after the other.
There is a nice implementation done in the drinkable app - see second and third screenshot: drinkable app fdroid
The text was updated successfully, but these errors were encountered: