Ingredients Search Recipe Finder


Easy recipes use ingredients you have at home
75,000+ cooking and cocktail recipes indexed; 600+ ingredients
ABOUT:

ezEating.net finds recipes that use only ingredients that you have - in your home, fridge, cupboard. This search engine is continuously indexing new recipes and learning new words.



SHARKS WILL NOT BE SERVED: software patent predators

As I found a software patent sharks on the internet trying to put into patent this trivial idea that was not even invented first by them, let me spell out here the code for the most primitive and simple solution to this problem (finding recipes that use only ingredients from your ingredient list):
----------------------------------------------------------------------------------
in_list = ''
for i in range(max_num_ingredients): in_list += " AND ingredient"+i+" IN (ingredient_list)"
sql = "SELECT recipe_url,recipe_title FROM recipe_index_table WHERE unknown_words = 0 "+in_list+" ;"; result = mysql_query(sql)
----------------------------------------------------------------------------------
Figuring out meanings of table column names is trivial.
That's it! Three lines of code give the core of the solution to the problem that some unethical developers want to include into a patent!
Lincence for above few lines of code (and the idea that it covers):
Creative Commons License
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License



SOON:

1,000,000+ recipes. Ingredient suggest tool. Fuzzy search. Spellchecker. Ingredient images.
Improved detection of ingredients that consist of two or more words.



LINKS:

Having a good recipe is not enough - you also need good ingredients. Try local harvest. Organic food tastes better.
Pork is so, mmm... yummy! :P



FEEDBACK:

Use this form to:
a) Submit a recipe site that you like, and ezEating.net will crawl it.
b) Write why you were dissatisfied with the search results.
c) Inquire how your recipe site can get customized 'ingredient search' functionality.
d) Send comments, ask questions, give suggestions.

To get a reply, don't forget to include your contact info!

Add these numbers and click submit: 13 + 6 =






_____________________________________________________________
Do you like this site? Bookmark it. Link to it. Tell your friends about it.