Searching with any order - Full Text Search Index

Post feature requests to this forum and a pre-configured poll will automatically be created for you.
Post Reply
howardthai
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Wed Oct 22, 2008 4:46 pm

Searching with any order - Full Text Search Index

Post by howardthai » Wed Oct 22, 2008 4:59 pm

this will help get more converison if customers can find what they are looking for. The search would go into the title , descritions and find the keywords and populate the search page with it. Its really needed.

howard

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Re: Searching with any order - Full Text Search Index

Post by Shopping Cart Admin » Wed Oct 22, 2008 11:01 pm

Hello Howard,

Please give us a more detailed explanation of what you want. The better you explain your request, the more likely it can be voted on and added. Thank you!
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

User avatar
nickc
Captain (CAPT)
Captain (CAPT)
Posts: 276
Joined: Thu Nov 29, 2007 3:48 pm

Re: Searching with any order - Full Text Search Index

Post by nickc » Mon Oct 27, 2008 10:54 am

Code: Select all

exec sp_fulltext_table @tabname=[ac_ProductSearchData], @action='activate'
- aggregate searchable text into a single table and bind it to SQL FTS
- cache the top "n" searches and expire them in time period "t" (global temp tables with GUID names works well for this)
- allow for admin demand-based FTS table rebuild and cache flush

howardthai
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Wed Oct 22, 2008 4:46 pm

Re: Searching with any order - Full Text Search Index

Post by howardthai » Tue Oct 28, 2008 12:43 am

Is there a way you can explain it step by step on how to get that sp to work on the searching.

howard

howardthai
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Wed Oct 22, 2008 4:46 pm

Re: Searching with any order - Full Text Search Index

Post by howardthai » Tue Oct 28, 2008 12:44 am

Just so that when customer search without buting the * to find the product info.

Post Reply