Page 1 of 1

Search parameters

Posted: Sat Apr 08, 2006 3:30 pm
by I_will_call_him_george
What are the parameters (arguments) used for the search engine, other than and/not/or? ("filename and inc" won't work either) If I want to search for filename.inc as verbatim? Using it as is I get every post that has a refernce to "inc" instead of just "filename.inc". I tried using quotes "filename.inc" like in google but still every post with the word "inc" comes up. I also tried both query options and still get posts with "inc" as well. So how do I search for specific names?

Thanks.





http://www.macroquest2.com/wiki/index.p ... parameters

Posted: Sat Apr 08, 2006 3:47 pm
by dont_know_at_all
search for "spell_routines inc" and make sure the "Search for all terms" button is selected.

Posted: Sun Apr 09, 2006 1:02 pm
by I_will_call_him_george
Hi and thanks for the fast response.

I tried that way with and without the dot using search for all terms.

Ex: "move.inc" & "move inc"

However I still get general not specific query.

Code: Select all


|* <options> include: 
|* 
|*    Begin   - [color=red][b]Move[/b][/color] empty slots to the beginning. 
|*    Close   - Close bags after sorting is done. 
|*    Dual    - Sort left and right slots as seperate arrays. 
|*    End     -[color=red] [b]Move[/b] [/color]empty slots to the end. 
|*    Reverse - Sort in reverse order. 
|*    Spell   - Sort spells by level first and name second. 
|*    Stack   - Sort by quantity first and name second. 
|* 
|* Note that the options Begin and End are exclusive and cause odd 
|* behavior when used together.  I could check for this but maybe someone 
|* will find a use. 
|* 
|* Valid start and end addresses are bank1 to bank16 (2000 to 2015), pack1 
|* to pack8 (22 to 29), or sharedbank1 to sharedbank2 (2500 to 2501).  If 
|* no addresses are given, then the entire bank is sorted if the bank 
|* window is open or the entire inventory is sorted if the inventory window 
|* is open.  Slots without bags are ignored.  Items not in bags are ignored. 
|* 
|* The bank window must already be open before sorting the bank or sharebank. 
|* 
|* Installation: 
|* 
|*    Save as CSORT.MAC with the first Sub named main. 
|* 
|*       or 
|* 
|*    Save as CSORT.[color=red]INC [/color]with the first Sub named CSORT and use #include CSORT.[color=red]INC[/color]
|* 
|* PoR: 
|* 

As in the example search it will return many posts that contain the word INC and MOVE that are unrelated to move.inc

So is the search engine capable of doing name specific queries?

Thanks again.

Posted: Sun Apr 09, 2006 1:17 pm
by dont_know_at_all
Nope, it's the standard phpbb2 search function. If you know of phpbb2 plugin for better searches, I can install it. Otherwise, check the wiki and possibly create a page with links to include files.

Posted: Mon Apr 10, 2006 10:53 am
by sybarite
Um.. search works fine for me (used spell_routines.inc)... Try scrolling down you lazy fuck.

http://www.macroquest2.com/phpBB2/viewt ... utines+inc

Posted: Mon Apr 10, 2006 11:47 am
by JJ
Why must we bash people like that?

Posted: Mon Apr 10, 2006 12:23 pm
by dont_know_at_all
sybarite wrote:Um.. search works fine for me (used spell_routines.inc)... Try scrolling down you lazy fuck.

http://www.macroquest2.com/phpBB2/viewt ... utines+inc
That's great but he's looking for move.inc, you fucking spastic colon.

Posted: Mon Apr 10, 2006 4:18 pm
by TheNewGuy
Ohh Yes, finally something worth of a sig change

Posted: Mon Apr 10, 2006 4:55 pm
by three-p-o
I used google with move.inc and macroquest as my parameters.

http://macroquest2.com/phpBB2/viewtopic ... 8a6ed24727

Kinda old thou, its from 2004. not sure if this is the newest one.
It's also on page 3 when you search move.inc on the forums.

Posted: Tue Apr 11, 2006 7:58 am
by sybarite
dont_know_at_all wrote:
sybarite wrote:Um.. search works fine for me (used spell_routines.inc)... Try scrolling down you lazy fuck.

http://www.macroquest2.com/phpBB2/viewt ... utines+inc
That's great but he's looking for move.inc, you fucking spastic colon.
It was an example, you pompous asshat. Sorry for the perhaps pre-emptive flaming I guess, but too many people post stuff on forums without even making an effort to search; which annoys me.

Posted: Tue Apr 11, 2006 11:29 am
by Lacky
You do realize that he was asking if there was a better way to search?

And yes having a search engine bring back mq1 code about foraging when you are searching for a plugin that plays music is a bad thing.

He asked nicely about the search engine.

You are a flaming retard that just called Dkaa a pompous asshat.

Posted: Tue Apr 11, 2006 11:30 am
by A_Druid_00
This thread gets a gold star.

Posted: Tue Apr 11, 2006 1:21 pm
by DeeGee
sybarite wrote:but too many people post stuff on forums without even making an effort to search; which annoys me.

People who reply to posts without reading them annoys me( The search engine doesnt really work all that well, at least not with popular topics, dont think there's much that can be done tho.

And if there are more than just the 3 listed on the search page, a complete list of search parameters in the wiki would be grand :)

Posted: Fri Apr 21, 2006 6:52 pm
by Synicasm
I agree I have had trouble with finding stuff with the search feature.

Going down the Google path...

Try this in the Google search field.

Code: Select all

move.inc site:www.macroquest2.com
got much better results, However I have no clue how recent the results are.