I have created a custom search page. After selecting info from several drop down boxes, a query searches the PRODUCTS table and compiles a list of products_model numbers. It then adds them to the end of the advanced_search URL.
/index.php?main_page=advanced_search&search_in_description=1&keyword=6171 6175 6182 6189
But, running this URL gives this message, "There is no product that matches the search criteria."
I assume it is in need of something between each of the products_model numbers in the URL. What would be the proper way to construct the URL before allowing the user to link to the advanced search page? I tried adding OR between each number, but then it gives incorrect results. It will show number 6171 as well as 16171 and 61715. I tried single and double quotes, but both failed.


Reply With Quote

