Results 1 to 3 of 3
  1. #1
    Join Date
    May 2006
    Posts
    41
    Plugin Contributions
    0

    Default "synonym search"

    Does anything exist to enable synonym search? In other words, if my product description contains "t-shirt" make "tee" or "tshirt" also return that product?

  2. #2
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: "synonym search"

    You might want to try integrating Lucene into Zen Cart's advanced search.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #3
    Join Date
    May 2006
    Posts
    41
    Plugin Contributions
    0

    Default Re: "synonym search"

    I'm thinking something very simple:

    word.word_id = 1
    word.word = "t-shirt"

    synonym.word_id = 1
    synonym.synonym = "tee"

    synonym.word_id = 1
    synonym.synonym = "tshirt"

    so searches on "t-shirt" return products also containing string "tee" or "tee shirt".

    I haven't looked at the Zen search code at all yet ... if anyone can point me in the right direction it'd be appreciated.

 

 

Similar Threads

  1. Replies: 5
    Last Post: 19 Mar 2013, 03:54 PM
  2. Replies: 5
    Last Post: 1 Oct 2011, 08:04 PM
  3. Replies: 0
    Last Post: 27 May 2009, 06:59 PM
  4. Replies: 3
    Last Post: 3 Jun 2008, 11:41 AM
  5. Add "Search" & "Language" box on header??
    By jojohi in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Sep 2006, 09:09 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg