belogz / swe574-group1

Automatically exported from code.google.com/p/swe574-group1
0 stars 0 forks source link

Ingredient Search results in recipe lists that do not contain the ingredient #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I logged in as uskudarli@gmail.com
2. I searched for "Potatoes" (actually "potato" which resulted in "Potatoes" 
ingredient. 
3. I clicked search and got a list of recipes.
4. I clicked on "Absolutely Fabulous Portobello Mushroom Tortellini". 
5. It does not contain potatoes, it contains:
    2.0 cup Mozzarella
    1.0 kilo Tomato Paste
    2.0 slices Lime Juice
6. I returned to search, repeated "Potatoes" and chose a different recipe. The 
first one in the list: "Grilled Coffee and Cola Skirt Steak"

7. This recipe also does not have potoatoes:
    2.0 teaspoons Pepper
    1.0 teaspoon Salt

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by suzan.us...@gmail.com on 7 Jun 2014 at 12:27

GoogleCodeExporter commented 8 years ago

Expected result was:

I expected to see recipes that contain potatoes, since I searched for them. 

Original comment by suzan.us...@gmail.com on 7 Jun 2014 at 12:29

GoogleCodeExporter commented 8 years ago

Another odd result...

Elma

By: Canay OZEL  On: 06-01-2014 16:02:47

Your rating:           
Ratings: 0 / 5 stars

Ingredients

1.0 Kg elma

Directions

1 KG elma al, hazır.

Original comment by suzan.us...@gmail.com on 7 Jun 2014 at 1:06

GoogleCodeExporter commented 8 years ago
Yes. At current version, to prototype the recommender, we did not exclude 
recipes not containing the food, but deprioritized them in the search result. 
At its current version, the recommender ranks the recipes according to SCORE 
which is a function of

SCORE ~ f(#matches between provided foods and recipe foods, #matches between 
blacklist and recipe foods, recipe rating)

where f is a linear function.

Original comment by turkmen...@gmail.com on 11 Jun 2014 at 8:52