You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zero-result JSON includes `query_degraded_reason` and `tokens_dropped`. Index
755
+
validation reports long unbroken FTS tokens as `fts_token_too_long`.
756
+
752
757
### Debugging queries
753
758
754
759
Add `--verbose` to any query command (`search`, `definition`, `references`, `callers`, `callees`, `symbols`, `files`, `find`, `excerpt`, `map`, `inspect`, `outline`, `status`, `validate`, `deps`, `impact`, `unused`, or `hotspots`) to print query diagnostics to stderr without changing normal stdout:
Message=$"Line {longFtsTokenLine} contains an FTS5 unicode61 token longer than {CodeIndex.Database.DbReader.FtsUnicode61MaxTokenLength} characters; that token is not searchable through FTS",
3442
+
});
3443
+
}
3444
+
3433
3445
returnissues;
3434
3446
}
3435
3447
@@ -3598,6 +3610,43 @@ private static int FindOversizeLine(string content, int maxLineLength)
0 commit comments