View Single Post
Posts: 567 | Thanked: 2,966 times | Joined on Oct 2009
#6
Looks like (since there is no way to get Google to make their backend return & instead of just & and no way to tell Google not to return any "places" results when you search) is to somehow modify the expat parser library inside microb-engine to pretend that an & sign followed by a space is a literal & sign and not something that should be parsed.

Too bad the expat source isn't exactly easy to follow