View Single Post
  #36  
Old 11-24-2012, 03:02 AM
  ADDISON's Avatar 
ADDISON ADDISON is offline
 

X-Man
  
Join Date: Jan 2008
Posts: 2,613
 

Default Re: CloudSearch service for X-Cart has been released

Just take a look to http://cloudsearch.x-cart.com/demo/home.php

Here is the container for CloudSearch:
PHP Code:
<div class="search">
<
div class="valign-middle">
<
form method="post" action="search.php" name="productsearchform">ev
<input type="hidden" name="simple_search" value="Y"/>
<
input type="hidden" name="mode" value="search"/>
<
input type="hidden" name="posted_data[by_title]" value="Y"/>
<
input type="hidden" name="posted_data[by_descr]" value="Y"/>
<
input type="hidden" name="posted_data[by_sku]" value="Y"/>
<
input type="hidden" name="posted_data[search_in_subcategories]" value="Y"/>
<
input type="hidden" name="posted_data[including]" value="all"/>
<
input type="text" name="posted_data[substring]" class="text" value="Enter keyword..." aria-describedby="ui-tooltip-0" autocomplete="off"/>ev
<input type="image" src="/demo/skin/common_files/images/spacer.gif" class="search-button"/>
<
a href="search.php" class="search" rel="nofollow">Advanced search</a>
</
form>
</
div>
</
div

Make a comparison with yours ...
__________________
X-Cart Next: Business 5.2 (learning and testing)
X-Cart Classic: Gold and Gold Plus 4.7
Lots of Modules and Customizations
OS in use: Red Hat Enterprise, Fedora, CentOS, Debian, Ubuntu, Linux Mint, Kali Linux
Ideas for Server configuration (basicaly): Nginx/Pound (reverse proxy), Apache/Nginx (webserver), Squid/Varnish (cache server), HHVM or (PHP-FPM + PHP 5.6 + opcache), MariaDB/Percona MySQL Server, Redis (storing sessions)

You can catch my ideas here: http://ideas.x-cart.com
Reply With Quote