X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Exact Phrase Search (https://forum.x-cart.com/showthread.php?t=33734)

monergism 09-06-2007 08:33 AM

Exact Phrase Search
 
I'd like to have the default search search by exact phrase rather than whatever it defaults to. Is there a way of doing that? Is that something that can be modified in search.php or in /customer/search.tpl?

Thanks for any help...

spence 09-06-2007 09:18 AM

Re: Exact Phrase Search
 
I am new to X-Cart so take this with a grain of salt. In the admin area under general settings there is an option for this I think.

Allow searching by individual words of a search phrase:

In search.php I see an If statement that says the same thing. More than likely this is the toggle in the admin area.

if ($config['General']['allow_search_by_words'] == 'Y')
$allowable_search_fields[] = 'including';


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

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