I have two fields in a mysql table, description and degree.
How do I find a result when I search for WORD and 4 (WORD from the description field and 4 from the field?
PS: Both description and degree are in text mode.
PS2: if I search separately it finds result (like, if I type only WORD it finds, and if I search only 4 it thinks too)