Check settings > general.
Not sure if there was any update related to seaclrch pattern.
You can test your database using this query:
SELECT * FROM oc_t_item_description WHERE MATCH(s_title, s_description) AGAINST('SomeWord' IN BOOLEAN MODE)
Select your word. It should work OK.
If not, check with your hosting provider if table is not indexed or what is wrong.