Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2009
    Posts
    55
    Plugin Contributions
    0

    Default Advanced Search In Multiple database tables

    Hi All

    I am trying to modify the advanced search but to no avail.

    I want it so that when a product is searched for it will search several product tables that i have in the same database.

    Eg/

    Customer searches for TEST
    Search engine searches DATABASE
    Search engine searches through TABLE_PRODUCT1
    Search engine searches through TABLE_PRODUCT2
    Then displays result and which table the info was pulled from.

    Does anyone know of a way to do this?
    Thanks

  2. #2
    Join Date
    Jan 2009
    Posts
    55
    Plugin Contributions
    0

    Default Re: Advanced Search In Multiple database tables

    I found this in advanced_search_result/header.php

    $from_str = "FROM (" . TABLE_PRODUCTS . " p
    LEFT JOIN " . TABLE_MANUFACTURERS . " m
    USING(manufacturers_id), " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_CATEGORIES . " c, " .
    TABLE_PRODUCTS_TO_CATEGORIES . " p2c )

    LEFT JOIN " . TABLE_META_TAGS_PRODUCTS_DESCRIPTION . " mtpd
    ON mtpd.products_id= p2c.products_id
    AND mtpd.language_id = :languagesID";

    Is there something I could do with that?
    I have tried this:

    $from_str = "FROM (" . TABLE_PRODUCTS && TABLE2_PRODUCTS . " p

    but that brings up an error.

 

 

Similar Threads

  1. v139h Combining Multiple Database Customer Tables
    By abcschooldr in forum Setting Up Categories, Products, Attributes
    Replies: 22
    Last Post: 13 Mar 2013, 12:41 AM
  2. Replies: 5
    Last Post: 20 Apr 2010, 12:54 PM
  3. Create Database, Tables and Drop Database or Tables
    By elwood cordery in forum General Questions
    Replies: 3
    Last Post: 17 Aug 2009, 04:03 PM
  4. Super-duper Advanced Search?? (ie: multiple attribute criteria)
    By sewbox in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 10 Jul 2009, 12:00 AM
  5. Multiple keywords at once in advanced search?
    By belabela in forum General Questions
    Replies: 3
    Last Post: 13 Jun 2009, 10:29 AM

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