I have questions about creating a job search web site. When a user type in a word on the "keyword" field on the form then what field on the database table it should use? The job records have job description and job title field but that description field has lots of words in it.
Even that field is indexed, the sql query will search for something like %sales% in MySQL. Will that be a big issue in terms of performance and speed? Should I have an extra field on the job table contains specific skills field so it will be smaller to search for instead of using description?
Any idea will be welcome.
Thanks.
2007-06-04
08:27:26
·
6 answers
·
asked by
Michael C
1
in
Computers & Internet
➔ Programming & Design