ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

Bug(?) in aliases

(1/2) > >>

Carol Haynes:
Here are a couple more settings

lookup
 (.*)
Encarta $$1 |http://encarta.msn.com/encnet/refpages/search.aspx?q=$$1
Britannica $$1 |http://www.britannica.com/search?query=$$1&go_button.x=10&go_button.y=5&ct=



Strangely I find if I type:

lookup Einstein                (I was feeling highbrow)

not only does it come up with the expected:

Encarta Einstein
Britannica Einstein

but it also comes up with all of the "define Einstein" results (based on your dictionary dist) but not the "search Einstein" results (based on my web search list).

Any idea why this should be?

I tried various alternative alias names but it made no difference??

Using build 1.07.06 by the way.

mouser:
make sure you are specifying the regular expression "lookup (.*)" all on one line in the right place:

mouser:
any chance you were specifying it incorrectly and that was explanation for bug?

kfitting:
Wow... that's a fancy screenshot.  You ever hear of a program called "Screenshot Captor"??  ;)

Kevin

mouser:
hehe

note carol that the regular expression contains the "define" or "search" word on it - i suspect you were just speciying "lookup" as the alias group name and "(.*)" in the regular expression field.  i know its confusing because of the group name thing, but that is actually independent from the regular expression and is used both for naming purposes and for separate patten matching.

Navigation

[0] Message Index

[#] Next page

Go to full version