Zabs
Zabs

Reputation: 14142

Good examples of a site search with relevance across multiple tables (php/mysql)

I am trying to build a site-wide search with relevance, the site has around 5 tables that needs to be searched could anyone provide some assistance (or links) that will help to achieve this? (Never done this before and I don't really want to use a google plugin that will show the google image all over it.

Thanks in advance

Upvotes: 3

Views: 455

Answers (1)

Iznogood
Iznogood

Reputation: 12853

Look at lucene search its very powerfull and supports multiple kinds of data from multiple places.

Upvotes: 2

Related Questions