mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Update comment
This commit is contained in:
parent
d53f0ed85a
commit
843f0f7ee9
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue