Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: Search Descriptions as well. . .

  1. #1
    donato is offline Senior Member
    Join Date
    Jun 2009
    Posts
    215

    Default Search Descriptions as well. . .

    I noticed that right now it it will search the SKU and Title, but if I enter a keywork that I KNOW is in a description, nothing comes up. . . Is there a way to search descriptions as well?

    Thanks!

  2. #2
    ZachJ85 is offline Senior Member
    Join Date
    Apr 2010
    Location
    Philadelphia, PA
    Posts
    99

    Default

    SQL 2008, Visual Studio 2010
    Source: C#
    Version: AspDotNetStorefront ML 8.0.1.1/8.0.1.1
    Framework: .Net 4.0 (Running)

  3. #3
    donato is offline Senior Member
    Join Date
    Jun 2009
    Posts
    215

    Default

    Is there any way to make the Search Decriptions default to Yes? And when we're talking about from the home page, they do not have that option. . . Or is there a way to implement something like that?

    Thank you.

  4. #4
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Go to {root}/XMLPackages/page.searchadv.xml.config, you'll see this:
    Code:
    <input TYPE="RADIO" NAME="SearchDescriptions" value="0" >

  5. #5
    donato is offline Senior Member
    Join Date
    Jun 2009
    Posts
    215

    Default

    Quote Originally Posted by AspDotNetStorefront Staff - Alfred View Post
    Go to {root}/XMLPackages/page.searchadv.xml.config, you'll see this:
    Code:
    <input TYPE="RADIO" NAME="SearchDescriptions" value="0" >
    Works great! Thank you!