yzlee
11/04/2024, 2:40 PMname
and intro
(both are text fields) and I want to sort the results by message count
.
I want to perform a search that matches the name
field and sort those results by message count
. Then, I want to perform a search that matches the intro
field and sort those results by message count
, placing the matches from the intro
field after those from the name
field.
What would be a good solution for this?What data needs to be cleared?