Jump to content

MySql full-text search script


88guy

Recommended Posts

I recently created a database and table, using a tutorial, that allows for full text searching.  One field is called "content" and the other is called "URL".  I want to build a simple search page that will match words against each other and return URLs, in hyperlink form, so that visitors can find products (I run a small store).  I actually managed to write an online script that allows me to copy and paste content, along with the associated URL, into a form and it's shot directly into the database/table.  I'm an idiot with this stuff - that took me about 3 days (although it works famously).

 

The syntax for a command line search is something like:

 

select url from mytable where match(contents, url) against('Dell Optiplex');

 

I'm an old fart and it took me 5 days to get this far.....ARGH!

 

Obviously, I know that the top of the page has to contain directives for connecting to mysql and the database. 

 

If anyone could throw me a bone, here (for the rest of a script), I would be eternally grateful.

 

 

Thanks,

 

Guy Merritt

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.