SpongePowered / Ore

Repository software for Sponge plugins and Forge mods
https://ore.spongepowered.org/
MIT License
79 stars 25 forks source link

Add postfix wildcard matching to search #941

Closed Katrix closed 4 years ago

Katrix commented 4 years ago

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.