First: Newbies, just use this: http://www.midibox.org/forum/index.php?action=search;advanced;search=
Thought this may be useful. Props to AudioCommander for finding this. I’m just filling in some extra info…
First, the basic URL:
http://www.midibox.org/forum/index.php?action=search2;advanced;search=<blah>
Put your search term where it says <blah>, so if you wanted to find all posts where someone mentioned the word “foo”, it looks like this:
search=foo
If you want part of a word, you can use an asterisk as a wildcard like so:
search=foo*
If you want to use multiple search terms, you can specify them like this:
search=foo+bar
Or for exact terms, you can use quotes:
search=“unsigned char foo”
If you use multiple terms, you can tell the search how to use them as such:
searchtype=1 is “Match all words”
searchtype=2 is “Match any word”
EG:
search=foo+bar;searchtype=2
If you want to search for posts by a certain user, use ‘userspec’ like so:
search=foo+bar;userspec=stryd_one
or if you’re not sure of the nick exactly:
search=foo+bar;userspec=stryd*
If you want to see messages of a certain post date, you can use ‘minage’ and ‘maxage’, so if you wanted to see stuff from last month, you might do:
search=foo+bar;minage=30;maxage=60
To see posts between 30 and 60 days of age
You can push maxage out to ‘9999’ to get everything back to the beginning of the forum.
If you want to see the entire posts in your results (not just the summary) do this:
search=foo+bar;show_complete=1
If you only want to search for your text in the subject, try:
search=foo+bar;subject_only=1
To control the sorting of your hits, use the ‘sort’ parameter as such:
‘sort=relevance|desc’ is Most relevant results first
‘sort=numReplies|desc’ is Largest topics first
‘sort=numReplies|asc’ is Smallest topics first
‘sort=ID_MSG|desc’ is Most recent topics first
‘sort=ID_MSG|asc’ is Oldest topics first
For example to sort by most recent posts do:
search=foo+bar;sort=ID_MSG|desc
And to specify which boards to search, use ‘brd=’ as such:
‘brd=1,36,33,37’ is the ‘Top’ section of the forum
‘brd=1’ is Latest News
‘brd=36’ is Bulk Orders
‘brd=33’ is Frequent Writer Lounge
‘brd=37’ is Programmers Lounge
‘brd=14,15’ is the ‘Archive’ section of the forum
‘brd=14’ is Parts Archive
‘brd=15’ is MIDIbox of the Week
‘brd=29,26,27,28,35,5,2,3,4,6,7’ is the ‘Construction’ section of the forum
‘brd=29’ is MIDIbox HUIs
‘brd=26’ is MIDIbox SID
‘brd=27’ is MIDIbox FM
‘brd=28’ is MIDIbox SEQ
‘brd=35’ is MIDIbox User Projects
‘brd=5’ is MIDIfication
‘brd=2’ is Design Concepts
‘brd=3’ is Parts Questions
‘brd=4’ is Testing/Troubleshooting
‘brd=6’ is Tips & Tricks
‘brd=7’ is MIDIbox Documentation Project
‘brd=32,31,12,13,38’ is the ‘Miscellaneous’ section of the forum
‘brd=32’ is Sale Requests
‘brd=31’ is Fleamarket
‘brd=12’ is Miscellaneous
‘brd=13’ is Songs & Sounds
‘brd=38’ is Trash Can
‘brd=16,17,18,19,20,21,22,23,24’ is the ‘Multilingual’ section of the forum
‘brd=16’ is Nordisk
‘brd=17’ is Nederlands
‘brd=18’ is Deutsch
‘brd=19’ is Français
‘brd=20’ is Italiano
‘brd=21’ is Español
‘brd=22’ is Greek
‘brd=23’ is Russian
‘brd=24’ is Others
‘brd=28,25,10,11’ is the ‘Software’ section of the forum
‘brd=8’ is MIDIbox Tools & MIOS Studio
‘brd=25’ is MIOS programming ©
‘brd=10’ is MIOS programming (Assembler)
‘brd=11’ is MIOS toy of the week
So, for a big example of all of the options… Let’s say you want posts by me, but you can’t remember if I’m stryd_one or stryd_1… You want to search for posts where the word ‘bitfield’ or ‘bitfields’ or any word starting with ‘bit’ (in case i made a typo, like ‘bitfeild’, or said ‘bit field’) is used, but only in the subject… And posts only in the ‘Software’ section of the forum… excluding posts in the last 30 days, and only going back one year maximum… sorted to show the most recent posts first, and returning the full post as a result… (phew) here’s your example URL:
Enjoy!