hi there;
i am developing a search engine in JSP. i wanted to know if the user key in the search keyword " the JSP reference book " in the textfield. how can i split the sentence " the JSP reference book " in single keyword?
the reason is my db the keyword tbl only contain every single word "keyword" in the field.
i am developing a search engine in JSP. i wanted to know if the user key in the search keyword " the JSP reference book " in the textfield. how can i split the sentence " the JSP reference book " in single keyword?
the reason is my db the keyword tbl only contain every single word "keyword" in the field.