Open GoogleCodeExporter opened 8 years ago
Actually, this has nothing to do directly with the GSmapSearchControl, but with
the
LocalSearch object itself not handling the setQueryAddition method properly.
The
method is definitely defined, and the query addition is plugged into a property
of
the searcher, but that property is never added to the REST request's q param
(as it
is with the other searchers) or anywhere else in the query string. I have
verified
on FF3.
The problem is *at present* in the GlocalSearch.prototype.r method (it's an
obfuscated method, so it will change eventually). There should be logic that
checks
for the presence of a query addition, but there's not.
Original comment by jrgeer...@gmail.com
on 20 Oct 2008 at 11:30
Original issue reported on code.google.com by
superjea...@gmail.com
on 20 Oct 2008 at 11:05