yusuketk пре 7 година
родитељ
комит
09c24adf68
1 измењених фајлова са 1 додато и 1 уклоњено
  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
     // https://regex101.com/r/pN9XfK/1
     const matchNegative = word.match(/^-(prefix:|tag:)?(.+)$/);
     const matchNegative = word.match(/^-(prefix:|tag:)?(.+)$/);
-    // https://regex101.com/r/fP9ohQ/1
+    // https://regex101.com/r/3qw9FQ/1
     const matchPositive = word.match(/^(prefix:|tag:)?(.+)$/);
     const matchPositive = word.match(/^(prefix:|tag:)?(.+)$/);
 
 
     if (matchNegative != null) {
     if (matchNegative != null) {