yusuketk %!s(int64=7) %!d(string=hai) anos
pai
achega
09c24adf68
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/server/util/search.js

+ 1 - 1
src/server/util/search.js

@@ -730,7 +730,7 @@ SearchClient.prototype.parseQueryString = function(queryString) {
 
     // https://regex101.com/r/pN9XfK/1
     const matchNegative = word.match(/^-(prefix:|tag:)?(.+)$/);
-    // https://regex101.com/r/fP9ohQ/1
+    // https://regex101.com/r/3qw9FQ/1
     const matchPositive = word.match(/^(prefix:|tag:)?(.+)$/);
 
     if (matchNegative != null) {