]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-php/Phrase.php
add index for Tiger housenumber queries
[nominatim.git] / lib-php / Phrase.php
index cdde6134768dd7e0af7501f9c5fb517ef0372931..4307a23022c640760fb08f92acddb3d01e8d70a0 100644 (file)
@@ -9,7 +9,8 @@ namespace Nominatim;
  */
 class Phrase
 {
-    // Complete phrase as a string.
+    // Complete phrase as a string (guaranteed to have no leading or trailing
+    // spaces).
     private $sPhrase;
     // Element type for structured searches.
     private $sPhraseType;