Update comment

This commit is contained in:
Starbeamrainbowlabs 2019-12-10 01:13:51 +00:00
parent d53f0ed85a
commit 843f0f7ee9
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 2 deletions

View File

@ -1066,8 +1066,8 @@ class search
*/
/**
* Splits a *transliterated* query string into tokens.
* Actually based on my earlier explode_adv https://starbeamrainbowlabs.com/blog/article.php?article=posts/081-PHP-String-Splitting.html
* Splits a query string into tokens. Does not require that the input string be transliterated.
* Actually based on my earlier explode_adv: https://starbeamrainbowlabs.com/blog/article.php?article=posts/081-PHP-String-Splitting.html
* @param string $query The queyr string to split.
*/
public function stas_split($query) {