KonaeAkira/raphael-rs

Improve Recipe Search

Closed this issue · 0 comments

When searching for a recipe it appears to do a search based only on the whole string not individual terms.
Example: Keck will return things that contain keck and Rarefied will return things that contain Rarefied.

However, Rarefied keck will not result in any recipes as there are no Rarefied Keck recipes but there is a Rarefied Sarcenet Kecks recipe. While this does emulate how search works within the game searching all words and finding a match with all of them would make it quicker to find recipes.