Closed nus-pe-bot closed 4 years ago
The search function currently looks for the matching word instead of whether it contains the phrase. The following case won't work:
I have these decks
Searching for the word "test" will return me 0 result. However, searching for the word "test7" will correctly return me 1 result.
Labels: severity.Medium type.FeatureFlaw original: lacedaemon98/ped#4
severity.Medium
type.FeatureFlaw
It's meant to search for distinct words, not subsets.
The search function currently looks for the matching word instead of whether it contains the phrase. The following case won't work:
I have these decks
Searching for the word "test" will return me 0 result. However, searching for the word "test7" will correctly return me 1 result.
Labels:
severity.Medium
type.FeatureFlaw
original: lacedaemon98/ped#4