-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
7
-
Current behaviour
- When a search is performed, up to 3 fragments of code will be returned for a given file that contains content that match the search query
- Each of these fragments can contain multiple occurrences of the search string
- Each of these fragments is a chunk of up to 1400 characters
- The maximum number of fragments is currently set to 3. This setting is not configurable.
- If there were more occurrences of the search term outside of these 3 fragments, they will not be retuned as search matches.
Sample:
- 2 files were found containing the search string "gitactivity"
- the first file shows 3 fragments showing multiple occurrences of the term. other occurrences of the term outside of these 3 fragments are not shown.
New feature request
- Provide the ability to configure the maximum number of fragments returned for code search to be able to show more results