For example, let's say there is a record in my DB that has the text "Hormel Corporation"
and my search term is something like "Hormel Corned Beef 16 Ounces"
. As my current configuration stands, the top results will be other records, even though "Hormel Corporation"
is the one I'm looking for. I think the solution to my problem would be to give priority to records where a match comes earliest in the search term. I've read all the docs, but I have had trouble figuring out how this might work.
I only have one field -- name. That name field for the record I want reads "Hormel Corporation", however when I search the "Hormel Corned Beef 16 Ounces", the top result is something that ISNT "Hormel Corporation," but something seemingly random, while the record I'm looking for is 3rd or 4th in the results.
Thanks a lot!