Announcement

Collapse
No announcement yet.

Misspellings and Synonyms Searching

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Misspellings and Synonyms Searching

    What is the best way to include misspellings and synonyms in product searching (that doesn't involve using Custom Product Fields).
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    This is one of the reasons we've built Vexture, you don't need to include or plan for those. They just work.
    Thanks,

    Rick Wilson
    CEO
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Originally posted by Rick Wilson View Post
      This is one of the reasons we've built Vexture, you don't need to include or plan for those. They just work.
      The store owner sort of needs it now as he is trying to move from SearchSpring to the native Miva search. (And it has not been easy).
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        If you do not want to use custom fields, or third party search, or wait for the product we're releasing that would solve this specific problem, then the remaining options would be:
        1) come up with every possible misspelling and synonym for every consequential word, in every product, and put them in the description hidden from humans. You'd have also needed to do this work for custom fields too of course. Then keep doing it every time any product is added or updated.
        2) Ensure the site is as AI-bot friendly as possible, and adopt one for use as a site search. e.g. ensuring semantic html and structured data for every product, optimized AI readability (not JS and not image-based), alt tags on images, meta tags, then run a crawl simulator against it.
        David Hubbard
        CIO
        Miva
        [email protected]
        http://www.miva.com

        Comment


          #5
          Originally posted by ILoveHostasaurus View Post
          If you do not want to use custom fields, or third party search, or wait for the product we're releasing that would solve this specific problem, then the remaining options would be:
          1) come up with every possible misspelling and synonym for every consequential word, in every product, and put them in the description hidden from humans. You'd have also needed to do this work for custom fields too of course. Then keep doing it every time any product is added or updated.
          2) Ensure the site is as AI-bot friendly as possible, and adopt one for use as a site search. e.g. ensuring semantic html and structured data for every product, optimized AI readability (not JS and not image-based), alt tags on images, meta tags, then run a crawl simulator against it.
          I've already mentioned it to the client. He's signed up for the beta. He's got until September before he has to make the move. This gives us time to figure out why the update to Shadows 10.12.02 is breaking a critical (to him) portion of the PROD page layout.
          Leslie Kirk
          Miva Certified Developer
          Miva Merchant Specialist since 1997
          Previously of Webs Your Way
          (aka Leslie Nord leslienord)

          Email me: [email protected]
          www.lesliekirk.com

          Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

          Comment


            #6
            [QUOTE=ILoveHostasaurus;n724482
            1) come up with every possible misspelling and synonym for every consequential word, in every product, and put them in the description hidden from humans..[/QUOTE]

            If you have a field (such as product footer) that is unused. Wrap the template call with <!-- --> so client doesn't mess that part up. (Learned this the hard way.)
            Bruce Golub
            Phosphor Media - "Your Success is our Business"

            Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
            phosphormedia.com

            Comment


              #7
              Wait for AI Search or ...

              Add synonyms to page title tag or a customfield and then add spellcheck to input tag.

              Check search logs for high priority typos and synonyms.

              Code:
              <input type="text" id="mySearch" spellcheck="true">
              spellcheck attribute will only indicate typos with a dashed underline but user can still submit it.

              http://www.alphabetsigns.com/

              Comment


                #8
                Not a bad idea...but of course they also need to do the seat/seats thing.
                Bruce Golub
                Phosphor Media - "Your Success is our Business"

                Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
                phosphormedia.com

                Comment

                Working...
                X