How to search from multiple tables

I need to build site search ( one search field for whole site ) that is going to search in about 10 different tables that are related to each other. If I have AR models defined for each of them, can I build search that will try to find a needle in all related tables somehow ?

Thanks

I would like to know this too.