Multi-condition weighted search with MySQL Sep 10th 2018 · #tweet #sql Another way to make a weighted #sql search, but this time where each condition increases the weight of the result a bit. pic.twitter.com/NJ1XW37OFt— Liam Hammett (@LiamHammett) September 10, 2018
Weighted search in MySQL Sep 6th 2018 · #tweet #sql Make a weighted search with #mysql with different conditions affecting the individual positions in the results with a simple switch. pic.twitter.com/0T0Gmvty1z— Liam Hammett (@LiamHammett) September 6, 2018 You can find the source code for this technique in this GitHub Gist.