Im wanting to search two tables called products & articles. Possibly more.
I need to search each table for some keywords then display any found record
in order of relevance.
When displaying I can render each item as a product or an article.
Do you think I need to search each table separately and then join them together?
Havent done any ordering by relevance before... Maybe if a keyword is found
in a field it adds to a score, then the records can be ordered by this score?