I need to write a query in sql using full text that returns records in the order of matching words count
exmaple: in data base
row 1 = "brown cow" //1 match
row 2 = "lazy dog" //2 matches
User input: "The quick brown fox jumps over the lazy dog"
both inputs would be return with row 2 on the top