Jump to content

Creating a simple boolean search... help


jbrill

Recommended Posts

Hey, Im looking to create a very simple search for the website I'm working on. 

 

I need it to search the table "products"

in the following fields: "prod_number" "name" "keywords"

 

I have been able to write a simple little script that processes the the form and sends it to "search.php" where it looks for the correct matches. The problem with the script is that it only finds exact matches ( this would work for the part number as there is only one per product) but if the user is searching for a keyword they will obviously not know the exact name of the product, thus it will not show.

 

can anyone help me out? Thanks in advance!

Link to comment
https://forums.phpfreaks.com/topic/57774-creating-a-simple-boolean-search-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.