1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-11-22 16:33:00 +00:00

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

View file

@ -1066,8 +1066,8 @@ class search
*/ */
/** /**
* Splits a *transliterated* query string into tokens. * 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 * 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. * @param string $query The queyr string to split.
*/ */
public function stas_split($query) { public function stas_split($query) {