Add Me!Close Menu Navigation
Add Me!Open Categories Menu

Currently Browsing

Posts Tagged ‘ relevance ’

8 April
Posted in mySQL, Tutorials

Simple Search Relevance in mySQL

Many times when one wants to build their own search engine, he or she wishes to sort the results by relevancy. MySQL provides some useful syntax to make this possible. Below is a short code snippet to a simple relevance calculation and order by it. ORDER BY ( ( CASE [...]