I was trying to use google to search the online manual using partial command names. eg. using the search string "camera" should list all or most commands that have something to do with the camera. The same could be done with "pick" or "joy" etc.
Google has some operators, "inurl" was especially useful. It seemed it will be an easy job when I use this:
site:www.blitzbasic.com inurl:b3ddocs/command.php inurl:camera
or almost the same:
site:www.blitzbasic.com allinurl:b3ddocs/command.php camera
(See docs here: http://www.google.com/help/operators.html )
But "allinurl" doesn't seem to work at all. If I use two "inurl"s, then I get zero or random results. If I search for:
site:www.blitzbasic.com inurl:b3ddocs/command.php
Then google lists 602 commands, that is the whole set I guess.
Probably google cannot find a url like command.php?name=CreateCamera because the "CreateCamera" part was added by the php script based on the search form data?
What am I doing wrong?
Google has some operators, "inurl" was especially useful. It seemed it will be an easy job when I use this:
site:www.blitzbasic.com inurl:b3ddocs/command.php inurl:camera
or almost the same:
site:www.blitzbasic.com allinurl:b3ddocs/command.php camera
(See docs here: http://www.google.com/help/operators.html )
But "allinurl" doesn't seem to work at all. If I use two "inurl"s, then I get zero or random results. If I search for:
site:www.blitzbasic.com inurl:b3ddocs/command.php
Then google lists 602 commands, that is the whole set I guess.
Probably google cannot find a url like command.php?name=CreateCamera because the "CreateCamera" part was added by the php script based on the search form data?
What am I doing wrong?