@arsedizioni/ars-utils 21.1.76 → 21.1.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2161,7 +2161,8 @@ class ClipperSearchUtils {
2161
2161
  for (var i = 0; i < text.length; i++) {
2162
2162
  const ch = text[i];
2163
2163
  if (ch === '"' || ch === '+' || ch === '-') {
2164
- quote = !quote;
2164
+ quote = false;
2165
+ break;
2165
2166
  }
2166
2167
  }
2167
2168
  if (quote) {