Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's a solid but basic search algorithm for php?

I am working on a project that involves searching for videos, these videos are tagged similar to how questions are tagged on stack overflow. I was wondering if anyone knows of a good 'tag-based' search algorithm.

Thanks!

like image 712
ThinkingInBits Avatar asked May 16 '10 20:05

ThinkingInBits


1 Answers

Depending on what operations (write ? read ? both ?) you plan to use the most, there are different approaches.

Here an interesting reading: Tags: Database schemas comparing some well-known website tags schema.

like image 129
Boris Guéry Avatar answered Sep 19 '22 00:09

Boris Guéry