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
feat: Add configurable maximum search results setting for codebase indexing
- Add searchMaxResults property to CodeIndexConfig with default value of 50
- Update VectorStore interface to accept configurable maxResults parameter
- Modify QdrantClient to use configurable limit instead of hardcoded MAX_SEARCH_RESULTS
- Add slider control in CodeIndexSettings UI (range: 1-500)
- Add localization keys for the new setting
- Update all tests to include new configuration field
Fixes#5149
"searchMaxResultsDescription": "Maximum number of search results returned by codebase search. Higher values provide more comprehensive results but may increase processing time and token usage.",
59
61
"startIndexingButton": "Start Indexing",
60
62
"clearIndexDataButton": "Clear Index Data",
61
63
"unsavedSettingsMessage": "Please save your settings before starting the indexing process.",
0 commit comments