Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • usman 24 posts 43 karma points
    Dec 13, 2010 @ 11:51
    usman
    0

    Ucommerce search not support the searching for Category description

    Hi,

         I want to search the text in category description using ucommerce search. Currently it search well in products, but when I give any text from category description in ucommerce search, it returns no result.

    Any idea...

    Thanks,

    Usman

  • Søren Spelling Lund 1797 posts 2786 karma points
    Dec 13, 2010 @ 12:39
    Søren Spelling Lund
    0

    Simple Search 4 uCommerce is a third party extension for uCommerce. I'm not sure whether they plan to include category search. It's pretty simple to do the search using LINQ to uCommerce though:

    var categories = Category.All().Where(x => x.CategoryDescriptions.Where(y => y.Description.Contains("Software")).Count() >= 1);
  • Amna 11 posts 31 karma points
    Jan 04, 2011 @ 08:43
    Amna
    0

    Hi Soren,

    Can you give me the code of this project?

    Thanks

    Amna

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jan 04, 2011 @ 09:51
    Søren Spelling Lund
    0

    I cannot as it wasn't created by me. You'll have to get in contact with Rene Pjengaard and ask him if would share the source with you. Here's his profile on Our http://our.umbraco.org/member/3458

  • Amna 11 posts 31 karma points
    Jan 04, 2011 @ 10:01
    Amna
    0

    OK Thanks

Please Sign in or register to post replies

Write your reply to:

Draft