Skip to content
Extraits de code Groupes Projets
Valider c890ef83 rédigé par Alexandre Morignot's avatar Alexandre Morignot
Parcourir les fichiers

in search with !get, a word can't contain a #

parent aa632d9e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -27,8 +27,9 @@ sub exec {
my $req;
my $rows;
my @words = ($msg =~ /(?:^| )([\S]+)/g);
print "@words";
my @words = ($msg =~ /(?:^| )([^#\s]+)/g);
print "@words\n";
print "@tags\n";
if (not defined $last_req or $msg ne $last_req) {
my $dbh = utils::db::get_session;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter