The Arcive of vBulletin Modifications Site. |
|
Boolean Search in Search Drop-Down Menu Option in Navbar Details »»
|
||||||||||||||||||||||||||||
|
Boolean Search in Search Drop-Down Menu Option in Navbar
Developer Last Online: Feb 2016
Boolean Search in Search Drop-Down Menu Option in Navbar [Should work in all vB 3.5.x versions] All Thanks To Jake Bunce, vBulletin Team Context: I was wondering, how could we set up the boolean search as the default option for quick search from serach drop-down menu Installation Instructions: Quote:
Demo: http://www.sikhphilosophy.net Please click install to encourage me to release such cute pies for you all !! :nervous: Show Your Support
|
||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
2 things:
Can you please post a text file for this? And, what is "Boolean Search?"
|
|
#3
|
||||
|
||||
|
That's what I'm wondering too. lol
|
|
#4
|
||||
|
||||
|
boolearn search is where you can specify that certain words are more important than others or to skip entries containing certain words. or if two words are to be consectutive. it goes with full text searching.
|
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
||||
|
||||
|
<a href="http://www.mysql.com" target="_blank">www.mysql.com</a> has a great documentation this. you would use a "+" sign in front of words you want to appear in a search and a "-" sign in front of words you do not want your results to include. example:
+vbulletin -.org that would yield all results with vbulletin but no results containing .org |
|
#7
|
|||
|
|||
|
I like the idea of being able to search for phrases instead of just key words but for some reason I am not seeing the "red" code you're speaking of. I've looked at this thread with both "Firefox" on a Mac and IE on a PC and nothing is coming up red or any other color for that matter.
|
|
#8
|
|||
|
|||
|
yah i dont see the red code....
|
|
#9
|
||||
|
||||
|
Quote:
Add: Code:
<input type="hidden" name="searchtype" value="1" /> Code:
<input type="hidden" name="s" value="$session[sessionhash]" /> Code:
<!-- header quick search form --> Ps. It might make it a little better on you, Neutral Singh, if you add the definition of Boolean and Boolean Searching to your first post, that way you don't have to constantly explain. Good hack though, I didn't even know it existed in the form. Nice job. |
|
#10
|
|||
|
|||
|
Great Work
|
![]() |
|
|