Search is not working at all on a newly installed shopware site. I created few test products, but unable to find them via search. Checked database and found that there are no s_search_index and s_search_keywords tables at all.
I faced this problems sometimes, as Moritz said you’ll need to reindex the products so the search could manage this new products, also check that the product it’s active and asigned to a category, otherwise I think you won’t be able to find it using the search
thanks a lot. Our problem was connected to the fact, that we were testing searching with less than 10 products in the catalog. And in order to make it work, you need to have more then 10 products.