X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Smart Search from alteredCart :: Spell Checking, Did You Mean? and More. (https://forum.x-cart.com/showthread.php?t=31583)

DogByteMan 05-07-2008 05:00 PM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
BCSE has Search URL whereby if you remove a page you can add a search URL in the .htaccess page that will search for a similar item. It's too cool.... but it only works with X-Cart search.php.

Bill, Is there anyway I can make this work with Smart Search? That would be ultimately cool

wjbrewer 05-07-2008 08:03 PM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
Quote:

Originally Posted by DogByteMan
BCSE has Search URL whereby if you remove a page you can add a search URL in the .htaccess page that will search for a similar item. It's too cool.... but it only works with X-Cart search.php.

Bill, Is there anyway I can make this work with Smart Search? That would be ultimately cool


I'm not familiar with the BCSE code, but you can probably change it to the _search.php file. You can add a query to the URL _search.php?q=query+string.

paryaei 06-05-2008 04:19 PM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
the best way to have a geart life.......

Cefko 06-10-2008 02:18 AM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
I have a question about search relevance:

I am searching for:
http://www.nakupovanje.net/_search.php?page=1&q=garmin+zumo+400
The right product shows only at 4. result.

The same goes for http://www.nakupovanje.net/_search.php?page=1&q=canon+ixus+80
The search first shows model ixus 70 and only then ixus 80.

How can I fix that? In this case, the original search was better.
http://www.nakupovanje.net/search.php

mistaegoista 07-15-2008 03:01 AM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
Any progress on the Extra Field search? If your mod had this, we would certainly be very interested in purchasing it.

crazyoval 07-16-2008 12:03 PM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
And me Bill, I have two sites chomping at the bit for extra field searches.

One of the sites will have the advance search as part of the home page it is so important.

Thanks

DogByteMan 07-23-2008 10:47 AM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
Crap.... Rebuild English Search Database will no longer run. I have >10,000 products. How do I put this on cron?

wjbrewer 07-23-2008 10:51 AM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
Quote:

Originally Posted by mistaegoista
Any progress on the Extra Field search? If your mod had this, we would certainly be very interested in purchasing it.


Hope to have this up later this week.

wjbrewer 07-23-2008 10:53 AM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
Quote:

Originally Posted by DogByteMan
Crap.... Rebuild English Search Database will no longer run. I have >10,000 products. How do I put this on cron?


There should be a file called smart_search_cron.php in the admin directory. If you open this file it will have step by step instructions on how to set this up.

DogByteMan 07-23-2008 11:07 AM

Re: Smart Search from alteredCart :: Spell Checking, Did You Mean? and More.
 
This is all I have on the subject... Has there been an update?

<?php
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| Smart Search :: alteredCart.com
| All code developed by Bill Brewer
| Copyright ╘2007 alteredCart
| Bill Brewer <bill@alteredcart.com>
| All rights reserved.
| This code is licensed for use on a single server.
| This code is licensed for use by the original purchaser only.
| Full license :: www.alteredcart.com/license.php
|-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

set_time_limit(0);

/*

*** This script can be run from the command line, or as a cron script ***



Replace the line below with the full path to the xcart dir admin.php file.

Example:
require "/var/www/html/store/admin/auth.php";

*/

admin.php auth.php... which one


All times are GMT -8. The time now is 05:33 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.