- From: <bugzilla@farnsworth.w3.org>
- Date: Thu, 10 Apr 2008 17:43:59 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5633
jmdyck@ibiblio.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|INCORRECT DISTANCE |[FT] INCORRECT DISTANCE
|COMPUTATION IN FTDISTANCE |COMPUTATION IN FTDISTANCE
------- Comment #3 from jmdyck@ibiblio.org 2008-04-10 17:43 -------
Avoiding the term "absolute value", the problem is that, depending on the order
in which you pass two args to fts:wordDistance(), it will (in general) return
two different results, only one of which is correct. The onus is on the caller
to pass the args in the order that delivers the correct result. But it does not
always do so, as pointed out in the original comment.
Received on Thursday, 10 April 2008 17:44:31 UTC