What is the best way to store keywords in a database table.
I have a document, and want to be able to first, register various keywords associated with the document, and then have a page where the user can type in keywords to do a search for matching documents. Then they would eventually select one document to view based on the keyword search.
So....back to storing the keywords. Do I store them all in one field, comma seperated, or is there a better method?
Thanks in advance.
I have a document, and want to be able to first, register various keywords associated with the document, and then have a page where the user can type in keywords to do a search for matching documents. Then they would eventually select one document to view based on the keyword search.
So....back to storing the keywords. Do I store them all in one field, comma seperated, or is there a better method?
Thanks in advance.