Fixes #924 to a reasonable degree. We're not doing full on substring match. The indexes needed for that would probably be a bit too large. We could do a reverse match in the future, but those are hacky, so leaving it out for now.
Also changed the weights for relevance sorting to be better.
Fixes #924 to a reasonable degree. We're not doing full on substring match. The indexes needed for that would probably be a bit too large. We could do a reverse match in the future, but those are hacky, so leaving it out for now.
Also changed the weights for relevance sorting to be better.