Hide
The implementation of "did you mean" spelling suggestions can give suggestions for words with the same number of hits as what is displayed.
Moreover, this can lead to "loops": did you mean X? (search x) did you mean Y? (search y) did you mean X? (returns)
Show
The implementation of "did you mean" spelling suggestions can give suggestions for words with the same number of hits as what is displayed.
Moreover, this can lead to "loops": did you mean X? (search x) did you mean Y? (search y) did you mean X? (returns)