Find similar sentences in the sentence index database
If $findSimilarToo is true the similar sentences will be stored in the internal $this->Matches array. The key is the sentence ID, the value is the match percentage. If $findSimilarToo is false, only one result will be returned, the exact match. $this->Matches remains empty! (Exact match = same words same times, not exactly the same string!)
- Parameters:
-
| $findSimilarToo | If false, the search will end with the first exact match. |
Definition at line 586 of file TranslationString.php.
References $DB, GetDbConn(), and GetTables().
Referenced by FindSimilar(), and Save(). |