Results 1 to 2 of 2
  1. #1

    Default [Fixed v1.5.1] Improper handling of '0' as search keyword

    Hello,

    I'm not sure which versions exactly are affected but I know that the bug exists at least since 1.3.8a till 1.5.0.

    When search keywords contain single '0' character (for example "oven 0') the '0' is incorrectly casted to boolean falase in includes/functions/functions_general.php line 373 (in version 1.5.0):
    PHP Code:
    } elseif ( ($objects[$i]) && ($objects[$i] != '(') && ($objects[$i] != ')') ) { 
    and search fails.
    Quick fix:
    PHP Code:
    } elseif ( (is_string($objects[$i]) && $objects[$i] == '0') || ($objects[$i]) && ($objects[$i] != '(') && ($objects[$i] != ')') ) { 

  2. #2
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: [Fixed v1.5.1] Improper handling of '0' as search keyword

    Fixed in v1.5.1
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. v151 Search - including or ignoring "and" as first keyword in search query
    By nikerymis in forum General Questions
    Replies: 0
    Last Post: 27 Jan 2014, 08:44 PM
  2. Search Keyword problem
    By southshorepizza in forum General Questions
    Replies: 11
    Last Post: 8 May 2013, 05:14 PM
  3. v139h Keyword Search Results
    By traytray in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 4 Dec 2012, 10:53 PM
  4. Advanced Search - Additional Keyword Form Blanks & Handling
    By Donn in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Jun 2009, 03:28 AM
  5. Fixed Handling Charge Addition
    By makman111 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 13 Nov 2007, 06:08 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR