logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
judy at Web2Market  
#1 Posted : Monday, January 13, 2020 6:17:31 AM(UTC)
judy at Web2Market

Rank: Advanced Member

Groups: Developers
Joined: 11/7/2018(UTC)
Posts: 286

Thanks: 21 times
Was thanked: 5 time(s) in 5 post(s)
Over and over we have clients who are not satisfied with AC search results. Some have paid for a third party service like Nextopia or Hawksearch. I'm not sure of all the reasons, but we do have a block of sites which sell books and consistently have bad search results because of the way book titles are worded. We have been able to work around some of that by removing words from the stop words.
Here is one comment:

Their SQL statement is broken. Essentially the search is evaluating the entire string rather then each word.

For example "Tapestry of Faith" should look for all books with the words "Tapestry" and "Faith" regardless of placement or order. The search is instead looking for "Tapestry Faith" as a single string of text.

Another example is the book titled The Seven Necessary Sins for Women and Girls. A search for "Seven Sins" should return this book, but doesn't because it's looking literally for the string "Seven Sins" rather than the words "Seven" and "Sins".

If I remember prehistoric times correctly, AC 5 had a feature that allowed you to search for any of the words. I do remember that when clients upgraded from AC 5 to AC7, we started to get more complaints about search.

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.