Wookai / imdbotty

Automatically exported from code.google.com/p/imdbotty
0 stars 0 forks source link

react also for some special syntaxt #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
write e.g.
have you seen ""The Godfather"" movie?

What is the expected output? What do you see instead?
imdbotty now reacts on url only, but it would be great if it reacts on some 
special syntax too. some double quotes could be good enough. if imdbotty is 
not sure enough, combo should be show.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by vladimir.orany on 29 Oct 2009 at 7:25

GoogleCodeExporter commented 9 years ago
I thought of that too, but handling multiple results may be a pain. I'd like to 
keep
it simple.

I think that replacing the title of a movie with the widget would be a bit too 
heavy,
don't you think ? Maybe adding it at the end of the sentence, or in a new blip ?

Original comment by vincent....@gmail.com on 5 Nov 2009 at 7:05

GoogleCodeExporter commented 9 years ago
I don't know whether spelly-like combo is availible or it is for Google 
internal use 
only. If it is it might be easy. If it isn't it's better to place it in new 
blip.

Original comment by vladimir.orany on 5 Nov 2009 at 7:17

GoogleCodeExporter commented 9 years ago
Spelly-like combo would be great, yes ! I'll have a look to see if it's 
possible.

Original comment by vincent....@gmail.com on 5 Nov 2009 at 7:20

GoogleCodeExporter commented 9 years ago
Unfortunately, it looks like spelly uses some internal API that we cannot use 
for
now. I'll try to find another way.

Original comment by vincent....@gmail.com on 9 Nov 2009 at 1:43

GoogleCodeExporter commented 9 years ago
one absolutely crazy way how to do it is to simulate "combo" as an extension :) 
I've 
already seen similar select in some javascript library but I can't remember 
where it 
was :(

Original comment by vladimir.orany on 9 Nov 2009 at 7:14