Hi Guys, Has vBulletin ever updated their Help files regarding rules for the Boolean search?
I was helping a member search some threads using the advanced search and noticed different results when using parentheses around some of the Boolean functions.
Example: This search yielded NO results......(Titles Only)
(196* OR C2) AND (shift* AND (plate OR console)) Result: Sorry - no matches. Please try some different terms.
However, adding spaces between each paren and their adjacent characters yielded successful results. (again Titles Only) Like this.....
( 196* OR C2 ) AND ( shift* AND ( plate OR console ) ) 22 Results: Type: Posts; Keyword(s): 196* or C2, shift*, plate or console
So I started peeling off spaces one at a time. Interesting results.
( 196* OR C2 ) AND ( shift* AND ( plate OR console )) 22 Results: Type: Posts; Keyword(s): 196* or C2, shift*, plate or console
( 196* OR C2 ) AND (shift* AND ( plate OR console )) 21 Results: Type: Posts; Keyword(s): 196* or C2, (shift*, plate or console
( 196* OR C2 ) AND (shift* AND (plate OR console )) 21 Results: Type: Posts; Keyword(s): 196* or C2, (shift*, (plate or console
( 196* OR C2 ) AND (shift* AND (plate OR console)) 21 Results: Type: Posts; Keyword(s): 196* or C2, (shift*, (plate or console))
(196* OR C2 ) AND (shift* AND (plate OR console)) 21 Results: Type: Posts; Keyword(s): (196* or C2, (shift*, (plate or console))
(196* OR C2) AND (shift* AND (plate OR console)) Sorry - no matches. Please try some different terms.
When time permits we may want to add this little tidbit about spaces at parens in the Search Help section.
Thanks,
Rich
I was helping a member search some threads using the advanced search and noticed different results when using parentheses around some of the Boolean functions.
Example: This search yielded NO results......(Titles Only)
(196* OR C2) AND (shift* AND (plate OR console)) Result: Sorry - no matches. Please try some different terms.
However, adding spaces between each paren and their adjacent characters yielded successful results. (again Titles Only) Like this.....
( 196* OR C2 ) AND ( shift* AND ( plate OR console ) ) 22 Results: Type: Posts; Keyword(s): 196* or C2, shift*, plate or console
So I started peeling off spaces one at a time. Interesting results.
( 196* OR C2 ) AND ( shift* AND ( plate OR console )) 22 Results: Type: Posts; Keyword(s): 196* or C2, shift*, plate or console
( 196* OR C2 ) AND (shift* AND ( plate OR console )) 21 Results: Type: Posts; Keyword(s): 196* or C2, (shift*, plate or console
( 196* OR C2 ) AND (shift* AND (plate OR console )) 21 Results: Type: Posts; Keyword(s): 196* or C2, (shift*, (plate or console
( 196* OR C2 ) AND (shift* AND (plate OR console)) 21 Results: Type: Posts; Keyword(s): 196* or C2, (shift*, (plate or console))
(196* OR C2 ) AND (shift* AND (plate OR console)) 21 Results: Type: Posts; Keyword(s): (196* or C2, (shift*, (plate or console))
(196* OR C2) AND (shift* AND (plate OR console)) Sorry - no matches. Please try some different terms.
When time permits we may want to add this little tidbit about spaces at parens in the Search Help section.
Thanks,
Rich
Comment