Dishola: Reviews by the Dish

dishola /dish•ō•lâ/
v. To share the love of food - dish by dish. n. The ultimate source to find real meals at real places that rule.
Derrick Sky Vegan Chocolates
Hongos Y Huitlacoche at La Condesa, photo by joeyg
share on facebook
Divine Dish
Divine Dish
Hongos Y Huitlacoche
La Condesa

400-A W 2nd Street Austin, TX
(512) 499-0300

Tags: corn  tortilla  wild mushroom  Oaxacan  cheese  truffle oil  epazote  edit
dish it - add your review today!
score Order by: review date
  1. Score 8

    Very earthy flavor with strong truffle oil aroma. Huitlacoche, epazote, and oaxaca cheese definitely add to the authenticity of the dish. I was drawn to this dish by another reviewer and my slight criticism is not due to the flavor. The end pieces were very crispy and quite good while the center pieces were soggy and difficult to eat without using a fork or making a mess. I would recommend this dish and order it again.

    Comments (0)
  2. Score 10

    The crowds descending on La Condesa speak to the kitchen's efforts, the best of which are noteworthy indeed. Take the restaurant's huaraches - "crisp corn tortillas with different toppings," as the menu explains.
    Our favorite was the "hongos y huitlacoche," a layering of wild mushrooms, huitlacoche (the "Mexican truffle" or in more down-to-earth terms, an edible fungus that grows on corn), oaxaca cheese, and truffle oil.
    Okay, you might be thinking: an edible fungus? I don't think so...
    But let me assure you that it is the huitlacoche - it's deep, earthy, delicate flavors - that takes this dish from good to great - a perfect dishola!

    Comments (3)
    ginab on 03/04/09

    mmm. this was very yummy...

    BethGoulart on 03/10/09

    I can't wait to try this! It leapt off the menu at me the first time I saw it... I ADORE huitlacoche.

    pogo on 03/26/09

    Absolutely dishola, 100%. So, so good.

Loading the map...
Add a new Dish!

Dish Roulette

Hungry for something but don't know what?

Dish Wanted

natanya is seeking
Greasy Spoon Breakfast
in 78732
Know where to find it?

This Week's Divine Dish

Fried Calamari at Apple Annies Cafe Bakery Austin, TX

(dishola_development) 26 queries took 6 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SET NAMES 'UTF8'00
2SELECT `Dish`.*, `Location`.*, `User`.*, `Restaurant`.`name` FROM `dishes` AS `Dish` LEFT JOIN `restaurant_locations` AS `Location` ON (`Dish`.`location_id` = `Location`.`id`) LEFT JOIN `users` AS `User` ON (`Dish`.`user_id` = `User`.`id`) LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE `Dish`.`id` = 3041 AND disabled=0 AND `Dish`.`disabled`=0 LIMIT 5112
3SELECT `Tag`.`id`, `Tag`.`tag`, `DishesTag`.`id`, `DishesTag`.`dish_id`, `DishesTag`.`tag_id` FROM `tags` AS `Tag` JOIN `dishes_tags` AS `DishesTag` ON (`DishesTag`.`dish_id` = 3041 AND `DishesTag`.`tag_id` = `Tag`.`id`) WHERE 1 = 1 ORDER BY `DishesTag`.`id` ASC 770
4SELECT `DishSet`.`id`, `DishSet`.`user_id`, `DishSet`.`name`, `DishSet`.`description`, `DishSet`.`private`, `DishSet`.`location`, `DishSet`.`country_name_code`, `DishSet`.`administrative_area`, `DishSet`.`locality_name`, `DishSet`.`postal_code`, `DishSet`.`latitude`, `DishSet`.`longitude`, `DishSet`.`count_users`, `DishSet`.`count_dishes`, `DishSet`.`created`, `DishSet`.`modified`, `SetsDish`.`id`, `SetsDish`.`set_id`, `SetsDish`.`dish_id`, `SetsDish`.`order`, `SetsDish`.`created`, `SetsDish`.`modified` FROM `sets` AS `DishSet` JOIN `sets_dishes` AS `SetsDish` ON (`SetsDish`.`dish_id` = 3041 AND `SetsDish`.`set_id` = `DishSet`.`id`) WHERE 1 = 1 111
5SELECT `Restaurant`.*, `Location`.`id` FROM `restaurant_locations` AS `Location` LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE `Location`.`id`='2016' LIMIT 1110
6SELECT `Dish`.`id`, `Dish`.`user_id`, `Dish`.`name`, `Dish`.`location_id`, `Dish`.`disabled`, `Dish`.`created`, `Dish`.`modified`, `Dish`.`vote_avg`, `Dish`.`vote_count`, `Dish`.`members_vote_avg`, `Dish`.`members_vote_count`, `Dish`.`industry_vote_avg`, `Dish`.`industry_vote_count`, `Dish`.`critics_vote_avg`, `Dish`.`critics_vote_count`, `Dish`.`last_review_date`, `Dish`.`review_count`, `Dish`.`is_divine`, `Dish`.`dish_image_filepath`, `Dish`.`dish_image_created` FROM `dishes` AS `Dish` WHERE `Dish`.`location_id` = (2016) 23230
7SELECT dishes.vote_avg, reviews.*, users.*, profiles.image, profiles.image_small FROM dishes LEFT JOIN reviews ON dishes.id=reviews.dish_id LEFT JOIN users ON reviews.user_id=users.id LEFT JOIN profiles ON users.id=profiles.user_id WHERE dishes.id='3041' AND reviews.disabled=0 ORDER BY reviews.created DESC LIMIT 0,1111
8SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE dish_id='3041' 110
9SELECT `Image`.*, `OriginalImage`.*, `DishImage`.`id` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE dish_id=3041 ORDER BY `Image`.`created` DESC LIMIT 1110
10SELECT COUNT(*) AS `count` FROM `dishes` AS `Dish` LEFT JOIN `restaurant_locations` AS `Location` ON (`Dish`.`location_id` = `Location`.`id`) LEFT JOIN `users` AS `User` ON (`Dish`.`user_id` = `User`.`id`) LEFT JOIN `restaurants` AS `Restaurant` ON (`Location`.`restaurant_id` = `Restaurant`.`id`) WHERE `Dish`.`id` = 3041 AND disabled=0 AND `Dish`.`disabled`=0 110
11SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE `Review`.`dish_id` = 3041 110
12SELECT COUNT(*) AS `count` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE `DishImage`.`dish_id` = 3041 110
13SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE `Dish`.`id` = 3041 110
14SELECT COUNT(*) AS `count` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE `Dish`.`id` = 3041 110
15SELECT `Review`.*, `User`.* FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) WHERE `Review`.`dish_id` = 3041 ORDER BY `Review`.`created` DESC LIMIT 5221
16SELECT COUNT(*) AS `count` FROM `reviewsvotes` AS `Reviewsvote` LEFT JOIN `reviews` AS `Review` ON (`Reviewsvote`.`review_id` = `Review`.`id`) LEFT JOIN `users` AS `User` ON (`Reviewsvote`.`user_id` = `User`.`id`) WHERE `review_id` = 3566 AND `message_public` = 1 110
17SELECT `Reviewsvote`.*, `User`.* FROM `reviewsvotes` AS `Reviewsvote` LEFT JOIN `reviews` AS `Review` ON (`Reviewsvote`.`review_id` = `Review`.`id`) LEFT JOIN `users` AS `User` ON (`Reviewsvote`.`user_id` = `User`.`id`) WHERE `review_id` = 3566 AND `message_public` = 1 000
18SELECT COUNT(*) AS `count` FROM `reviewsvotes` AS `Reviewsvote` LEFT JOIN `reviews` AS `Review` ON (`Reviewsvote`.`review_id` = `Review`.`id`) LEFT JOIN `users` AS `User` ON (`Reviewsvote`.`user_id` = `User`.`id`) WHERE `review_id` = 3538 AND `message_public` = 1 110
19SELECT `Reviewsvote`.*, `User`.* FROM `reviewsvotes` AS `Reviewsvote` LEFT JOIN `reviews` AS `Review` ON (`Reviewsvote`.`review_id` = `Review`.`id`) LEFT JOIN `users` AS `User` ON (`Reviewsvote`.`user_id` = `User`.`id`) WHERE `review_id` = 3538 AND `message_public` = 1 330
20SELECT COUNT(*) AS `count` FROM `reviews` AS `Review` LEFT JOIN `users` AS `User` ON (`Review`.`user_id` = `User`.`id`) LEFT JOIN `dishes` AS `Dish` ON (`Review`.`dish_id` = `Dish`.`id`) WHERE `Review`.`dish_id` = 3041 110
21SELECT `Image`.*, `OriginalImage`.*, `DishImage`.`id`, `DishImage`.`dish_id` FROM `dish_images` AS `DishImage` LEFT JOIN `dishes` AS `Dish` ON (`DishImage`.`dish_id` = `Dish`.`id`) LEFT JOIN `images` AS `Image` ON (`DishImage`.`image_id` = `Image`.`id`) LEFT JOIN `images` AS `OriginalImage` ON (`DishImage`.`original_image_id` = `OriginalImage`.`id`) WHERE `DishImage`.`dish_id` = 3041 ORDER BY `Image`.`created` DESC 221
22SELECT COUNT(*) AS `count` FROM `dish_image_votes` AS `DishImageVote` LEFT JOIN `dish_images` AS `DishImage` ON (`DishImageVote`.`dish_image_id` = `DishImage`.`id`) LEFT JOIN `users` AS `User` ON (`DishImageVote`.`user_id` = `User`.`id`) WHERE `dish_image_id` = 1763 110
23SELECT `DishImageVote`.*, `User`.* FROM `dish_image_votes` AS `DishImageVote` LEFT JOIN `dish_images` AS `DishImage` ON (`DishImageVote`.`dish_image_id` = `DishImage`.`id`) LEFT JOIN `users` AS `User` ON (`DishImageVote`.`user_id` = `User`.`id`) WHERE `dish_image_id` = 1763 000
24SELECT COUNT(*) AS `count` FROM `dish_image_votes` AS `DishImageVote` LEFT JOIN `dish_images` AS `DishImage` ON (`DishImageVote`.`dish_image_id` = `DishImage`.`id`) LEFT JOIN `users` AS `User` ON (`DishImageVote`.`user_id` = `User`.`id`) WHERE `dish_image_id` = 1744 110
25SELECT `DishImageVote`.*, `User`.* FROM `dish_image_votes` AS `DishImageVote` LEFT JOIN `dish_images` AS `DishImage` ON (`DishImageVote`.`dish_image_id` = `DishImage`.`id`) LEFT JOIN `users` AS `User` ON (`DishImageVote`.`user_id` = `User`.`id`) WHERE `dish_image_id` = 1744 000
26SELECT `DishSet`.*, `DishSet`.`id` FROM `sets` AS `DishSet` LEFT JOIN `users` AS `User` ON (`DishSet`.`user_id` = `User`.`id`) WHERE `DishSet`.`name` <> "Must Try" AND `DishSet`.`count_dishes` > 0 ORDER BY `DishSet`.`modified` DESC LIMIT 5550