I am storing questions and answers in a database like FAQs and i want to allow the user to search. so for example the user will enter "how to bla bla bla" and i will search for every word and neglect the common words like "the", "to", "is" ....
so this was my idea, do you think its a good one or you suggest something better? and how to search for a single word in a sql database? do i have to get a dataset from the table for example and iterate on it and get the questions i want?