I want to search using MATCH in mysql.
I have 1 table contain "name" and "category" fields. the "category" field contain book,books,books.
what i want is, when i search "book" or "books" in category field, it should give me 3 row.
can anyone help me with this ?
thanks
i need to clarified this question, actually i have a website which have search field. when user input something on it, my web should search in category field. the real problem is, sometimes user input "book", sometimes "books", sometime "car" ,sometimes "cars". these "s" word after the word make me headache, i know that user really want is to find all related with book or car, so, what should i do, should i strip every "s" letter ? or is there any better solution ?
Ari