<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Google Finance</title>
	<atom:link href="http://www.dronamraju.com/blog/2006/03/google-finance.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dronamraju.com/blog/2006/03/google-finance.html</link>
	<description>Opinions on Business, Technology &#38; Life from Ravi Dronamraju</description>
	<pubDate>Fri, 21 Nov 2008 02:19:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: James</title>
		<link>http://www.dronamraju.com/blog/2006/03/google-finance.html#comment-118554</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 05 Oct 2007 22:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dronamraju.com/blog/2006/03/google-finance.html#comment-118554</guid>
		<description>I was having a hard time trying to explain the Y!Finance "Symbol Lookup" failed to do a decent job to search for a ticker. I used "Hanes" as an example, actually the full company name is "Hanesbrands Inc." and the ticker is "HBI"

You CAN NOT find it by using:

1. "hane"
2. "hanes"
3. "hanesbrand"

You HAVE to typed "hanesbrands" to find it. I know exactly what's the problem is - The programmer added an extra space in front of the "*" or "%" in the SQL code so the search condition becomes 

SELECT Ticker, CompanyName  
FROM tblSymbol 
WHERE CompanyName LIKE "hane %"

They should just remove the space so it becomes
...
WHERE CompanyName LIKE "hane%"

But when I told them in email, they said:
......
We were not able to replicate the following issue you reported. It may have been caused by our system, by your web browser, or perhaps your Internet connection. 

What the...

And another email said
......
Please be aware that you are using the ticker symbol search  incorrectly, the search box as seen on the front of all Yahoo! Finance pages is the ticker symbol search box, it is for ticker symbols only, not company names or abbreviations, ticker symbols only.
......

But the "Symbol Lookup" page said

"To get a quote, enter a company name or stock symbol in the quote box above."

The support personal is so dumb that he can't even understand where is the problem. By judging the reply comes in at "PST 1:45am" that might give u some clues where they are.</description>
		<content:encoded><![CDATA[<p>I was having a hard time trying to explain the Y!Finance &#8220;Symbol Lookup&#8221; failed to do a decent job to search for a ticker. I used &#8220;Hanes&#8221; as an example, actually the full company name is &#8220;Hanesbrands Inc.&#8221; and the ticker is &#8220;HBI&#8221;</p>
<p>You CAN NOT find it by using:</p>
<p>1. &#8220;hane&#8221;<br />
2. &#8220;hanes&#8221;<br />
3. &#8220;hanesbrand&#8221;</p>
<p>You HAVE to typed &#8220;hanesbrands&#8221; to find it. I know exactly what&#8217;s the problem is - The programmer added an extra space in front of the &#8220;*&#8221; or &#8220;%&#8221; in the SQL code so the search condition becomes </p>
<p>SELECT Ticker, CompanyName<br />
FROM tblSymbol<br />
WHERE CompanyName LIKE &#8220;hane %&#8221;</p>
<p>They should just remove the space so it becomes<br />
&#8230;<br />
WHERE CompanyName LIKE &#8220;hane%&#8221;</p>
<p>But when I told them in email, they said:<br />
&#8230;&#8230;<br />
We were not able to replicate the following issue you reported. It may have been caused by our system, by your web browser, or perhaps your Internet connection. </p>
<p>What the&#8230;</p>
<p>And another email said<br />
&#8230;&#8230;<br />
Please be aware that you are using the ticker symbol search  incorrectly, the search box as seen on the front of all Yahoo! Finance pages is the ticker symbol search box, it is for ticker symbols only, not company names or abbreviations, ticker symbols only.<br />
&#8230;&#8230;</p>
<p>But the &#8220;Symbol Lookup&#8221; page said</p>
<p>&#8220;To get a quote, enter a company name or stock symbol in the quote box above.&#8221;</p>
<p>The support personal is so dumb that he can&#8217;t even understand where is the problem. By judging the reply comes in at &#8220;PST 1:45am&#8221; that might give u some clues where they are.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.dronamraju.com/blog/2006/03/google-finance.html#comment-991</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Tue, 21 Mar 2006 23:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dronamraju.com/blog/2006/03/google-finance.html#comment-991</guid>
		<description>Just a heads-up, the individual you name as having told you about GFinance may not have been "supposed/allowed" to tell you in advance. It might be worth redacting her name, lest you accidentally get her in trouble. :-)</description>
		<content:encoded><![CDATA[<p>Just a heads-up, the individual you name as having told you about GFinance may not have been &#8220;supposed/allowed&#8221; to tell you in advance. It might be worth redacting her name, lest you accidentally get her in trouble. <img src='http://www.dronamraju.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
