You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/indexer/code
wxiaoguang 4734d43e14
Support repo code search without setting up an indexer (#29998)
By using git's ability, end users (especially small instance users) do
not need to enable the indexer, they could also benefit from the code
searching feature.

Fix #29996


![image](https://github.com/go-gitea/gitea/assets/2114189/11b7e458-88a4-480d-b4d7-72ee59406dd1)


![image](https://github.com/go-gitea/gitea/assets/2114189/0fe777d5-c95c-4288-a818-0427680805b6)

---------

Co-authored-by: silverwind <me@silverwind.io>
11 months ago
..
bleve Determine fuzziness of bleve indexer by keyword length (#29706) 11 months ago
elasticsearch Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724) 11 months ago
internal Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724) 11 months ago
git.go Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724) 11 months ago
indexer.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
indexer_test.go Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724) 11 months ago
search.go Support repo code search without setting up an indexer (#29998) 11 months ago