mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 18:16:46 +02:00
Filepath search (#1568)
Add search for files to the sources view. The search is only for finding file paths. It does not search any file metadata nor the content. Results get a rating, where file names are rated higher than file paths. The results are sorted by the score and the first 50 results are displayed. Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
This commit is contained in:
@@ -17,6 +17,17 @@ Below the action bar is a breadcrumb navigation that shows the path of the files
|
||||
By clicking the Button on the left-hand side of the breadcrumbs navigation, a permalink to the active path is
|
||||
automatically copied to the user's clipboard.
|
||||
|
||||
#### Search
|
||||
|
||||
To search for a file you can click on the search icon next to the file path.
|
||||
On the file search page you can enter the text you are looking for.
|
||||
The search refers exclusively to the file path and
|
||||
hits in the filename are evaluated higher than hits in the path.
|
||||
The search starts automatically as soon as more than one character have been entered.
|
||||
The results are displayed below the text field.
|
||||
|
||||

|
||||
|
||||
### Changesets
|
||||
The changesets/commits overview shows the change history of the branch. Each entry represents a commit.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user