Re: API 2.1
A couple of bits of feedback, all for the movie search:
1) The use of stop words in the search seem to effect the results and the absence of them seems to help to positive match a movie. For example:
silence+of+the+lambs => 0.45
silence+of+lambs => 0.71
silence+lambs => 1.0
2) When searching for "american+beauty" with v2.0 results in a score of 1 but searching on v2.1 results in a score of 0.79... The rest of the results don't have american and beauty in their title so this score surprises me. Other films that also exhibit this behaviour, that I've come across, are:
The Green Mile
Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb
Being John Malkovich
There's Something About Mary
3) I'm surprised that the addition of a year within the search doesn't help results and in fact often results in a lower score, I can imagine there will be times where the only way to distinguish a title is via its year of release. And there will be times when neither of these are capable of uniquely identifying a movie, this is where it would be nice to see the director also included in the results?
4) I don't know whether I am being silly here or whether this is a genuine issue. When using the movie search with JSON and when a description has an apostrophe in it, it is encoded to \u2019 which is a right single quote mark where as it should possibly be \u0027, an apostrophe. The use of \u2019 causes php when decoding to ISO-8859-1 to insert the character "?", which is its fall back character when there is no equivalent of that character in the destination encoding.
I hope that is helpful
Last edited by Nuisance (2009-06-14 21:25:35)