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 7 of 7

Thread: Search terms

  1. #1
    lkkol is offline Member
    Join Date
    Mar 2009
    Posts
    54

    Default Search terms

    how is a user supposed to search for multiple keywords?

    searching for bauer hockey returns no results. but searching for just bauer or just hockey works.

    What's up with that?

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    Consider using full-text indexing (in our manual here and here). Without it, the search just uses LIKE comparisons to query for results.
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  3. #3
    lkkol is offline Member
    Join Date
    Mar 2009
    Posts
    54

    Default Specs?

    are there any recommended system specs for running full text search, from the manual "it can be resource intensive in terms of processing power and memory usage during live operation"

    Thanks,

  4. #4
    Alkaline is offline Senior Member
    Join Date
    May 2006
    Posts
    459

    Default

    Their are alternative ways of handling this, e.g.:

    http://www.visioninstyle.com/searcha...chTerm=versace Here you'll see the first 10 results are from Google, while the rest are from the Database,

    Also try:
    http://www.visioninstyle.com/searcha...ace+sunglasses In this Case Google returns restuls for you, but the storefront database will not have results.

    This is much less CPU intensive on the server and uses Google's technology to figure out what should rank higher (i.e. its not always in alphabetical order).

    Also a plus if you spell Versace, as "versase" it will correct it for you

    This does require modification to the system however.
    Simrun AspDotNetStoreFront Development
    Preferred AspDotnetStorefront Development Partner
    ahsan[@]simrun[.]com
    remove the "[]" for email

    Have a Nice Day

  5. #5
    jsimacek is offline Senior Member
    Join Date
    Dec 2008
    Location
    Phoenix, AZ
    Posts
    373

    Default

    Also cSearch does this for you...without indexing enabled.
    Jan Simacek - Compunix, LLC
    AspDotNetStorefront trusted Devnet Partner and Reseller since 2005

    AspDotNetStorefront Mods and Add-Ons at http://www.ecommercecartmods.com/
    - Searching, Filtering and Sorting (like cSearch, Dealer Locator, Price Ranges, Blog)
    - Reports (like Cart Abandonment and Net Sales)
    - Customer Experience (like Question/Answers)
    - Site and Data Management (like Entity Product Mapper, Bulk Updaters, Make/Model/Year filters)

  6. #6
    b2bweb is offline Junior Member
    Join Date
    Jul 2008
    Posts
    5

    Default

    Quote Originally Posted by AspDotNetStorefront Staff - George View Post
    Consider using full-text indexing (in our manual here and here). Without it, the search just uses LIKE comparisons to query for results.
    You linked to 8.0 version manual... is full-text indexing available on 7.1.x ?

  7. #7
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    Full text indexing is an 8.x feature.