Re: Searching the Apple Lists
Re: Searching the Apple Lists
- Subject: Re: Searching the Apple Lists
- From: Chris Espinosa <email@hidden>
- Date: Fri, 5 Nov 2004 12:31:26 -0800
On Nov 5, 2004, at 10:43 AM, Eric Gorr wrote:
I was just playing around to determine whether there was a URL I could
use so the Listname matches field could be auto-filled with lists I
search on a regular basis without performing an actual search.
For the Carbon-Dev list (this list), you can use:
http://search.lists.apple.com/?cmd=Search%
21&form=extended&m=all&ps=10&fmt=long&wm=wrd&wf=2221&sp=1&ul=Carbon-
dev
For both Carbon-Dev & Carbon-Development, you can use:
http://search.lists.apple.com/?cmd=Search%
21&form=extended&m=all&ps=10&fmt=long&wm=wrd&wf=2221&sp=1&ul=Carbon-
dev,Carbon-development
The cgi-savvy can probably tell what query params map to what form
cells by inspection, and shorten the URLs as necessary. But here's a
quick guide:
cmd=Search! Required; this means "Click the Search! button"
q=text Search for "text". This must be
URL-escaped; plussed is OK (e.g. mac+os+x)
form=extended Multi-parameter search; may be omitted for
simple search
m=all Match "all", "any", "boolean"
ps=10 Results per page; this can be any
positive integer
fmt=long Output format: "long" for summary,
"short" for just title, and "url" for just URL
wm=wrd Find: "wrd" (Whole word), "beg"
(Beginning), "end" (Ending), "sub" (Substring)
wf=2221 Location: 2221 is Whole Document, 2000
is Description, 0200 is Keywords, 0020 is Title, 0001 is Body
(Note you can bitwise Or these
to get your own search, like Title or Description would be 0220)
sp=0 Word form: 0 is Exact, 1 is All
ul=Carbon-dev List name; empty is all lists, or separate
lists with commas. Use % as wildcard.
As Eric says, I hope you find this useful.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden