If I enter three search terms and perform a search, then backspace the third word out (leaving the space after the second word), I receive more results than if I backspace all the way to the second word.
I am using the js version with substring search.
Funny thing is that if I add more spaces to the space that was left, I get the same results as without the extra space.
word1(space)word2=17 results
word1(space)word2(space)=32 results
word1(space)word2(space)(space)=17 results
Thanks,
TM
I am using the js version with substring search.
Funny thing is that if I add more spaces to the space that was left, I get the same results as without the extra space.
word1(space)word2=17 results
word1(space)word2(space)=32 results
word1(space)word2(space)(space)=17 results
Thanks,
TM
Comment