Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Posts
    9
    Plugin Contributions
    0

    Default Change basic search parameters?

    Is it possible to specify which fields the basic search function will include?

    My site is still in production, and can be found at http://www.traceymillerdesigns.com/c...lassics/store/

    At the moment, when I search (using the basic search on the upper left) I am getting too many results because the product description is being included; I'd like to exclude that. Can it be done through the admin?

    (FYI, I am going to add a link to Advanced Search on the upper left of the home page as well...just haven't gotten to that yet!)

    Thanks in advance!

  2. #2
    Join Date
    Apr 2007
    Location
    Herts. UK
    Posts
    890
    Plugin Contributions
    4

    Default Re: Change basic search parameters?

    Hi,

    You need to make a change to the search sidebox template. The file you need to change is includes/templates/YOUR_TEMPLATE/sideboxes/tpl_search.php . You may have to copy the file there from includes/templates/template_default/sideboxes if you have not already modified that file. In the file you will see a line that says...
    PHP Code:
    $content .= zen_draw_hidden_field('search_in_description''1') . zen_hide_session_id(); 
    ...change the '1' to a '0' so that you get...
    PHP Code:
    $content .= zen_draw_hidden_field('search_in_description''0') . zen_hide_session_id(); 
    Regards,
    Christian.

  3. #3
    Join Date
    Oct 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Change basic search parameters?

    Brilliant! Thanks so much.

 

 

Similar Threads

  1. Replies: 1
    Last Post: 29 Aug 2013, 04:46 AM
  2. How do i get the basic search to only search title?
    By filfish in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 14 Aug 2009, 01:51 PM
  3. Removing the 'Advanced Search' and changing basic search to title only
    By val-ent in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 30 Aug 2008, 11:39 PM
  4. Change Parameters for New Products
    By bumba000 in forum General Questions
    Replies: 2
    Last Post: 21 Mar 2007, 07:56 PM

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