![]() |
Getting Quick Search to do Whole Word Searches
I've been looking around for an answer to this but can't seem to find one.
You can set the search results to be for 'any', 'all' or the exact phrase. What I need is to set the search to be the exact phrase and a whole word. In php this would be PHP Code:
Now there must be somewhere in X-Carts many files where I can take the search result and change it into a 'whole word' requirement. This is important for part numbers such as the following: Searching "EC-22" should only show up part number EC-22, not part number EC-22542. Any suggestions how and where ... ? |
Re: Getting Quick Search to do Whole Word Searches
include/search.php
|
Re: Getting Quick Search to do Whole Word Searches
It was indeed include.search.php.
For anyone who stumbles on this thread I wanted to have whole word matches but only in the extra fields. So I changed: Code:
foreach ($data['extra_fields'] as $k => $v) { To: Code:
foreach ($data['extra_fields'] as $k => $v) { The Regexp now demands that only whole words are found rather than words 'like' |
All times are GMT -8. The time now is 06:42 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.