Jump to content

advice on how to write a search page


mrsrowe

Recommended Posts

Hello

 

I'm not sure the best way to do this.  I have a small database of documents, I would like users to be able to search for a date, or to search on a word - the relevant column has been indexed in the db, or to search on a set of pre-defined keywords.

 

I have a form with a text box for the free text search, a drop down list for the keywords and a drop down list for the dates

 

on the page which recieves the input, how do I best write the querey.  Is it best to use a case statement, something like

 

Case selected date,

SELECT * FROM table WHERE chosenDate = $chosenDate

break

 

Case selected keyword

SELECT * FROM table WHERE MATCH (Abstract) AGAINST ('$word')

break

 

Case

SELECT * FROM table WHERE Keyword = $kWord

 

or is there a more elegant way of writing the code.

 

apologies if this is a bit wooly, it's sunday evening

 

T

 

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.