See original thread regarding the fix now in beta 2.
I compiled some Basic searches in Beta 1 and compared with Beta 2 (Match case and Match all word forms not selected):-
Query
|
Beta 1
(hits / resources)
|
Beta 2
(hits / resources)
|
it |
2, 510, 313 / 1087 |
2, 510, 313 / 1087 |
it? |
467, 181 / 1081 |
2, 967, 473 / 1091 |
it NOTEQUALS it |
zero |
zero |
it? NOTEQUALS it |
457, 172 / 1081 |
457, 172 / 1081 |
it* NOTEQUALS it |
641, 055 / 1087 |
641, 055 / 1087 |
|
|
|
My understanding is that "it?" in B2 should return the same results as "it" as the ? was being ignored. A quick look shows that it returns results for "its" e.g. The Canopied Earth: The World That Was.I'd also like an explanation for the 457, 172 NOTEQUALS results vs 467, 181 in B1.