summaryrefslogtreecommitdiffstats
path: root/modules/search
Commit message (Collapse)AuthorAgeFilesLines
* Refactor code indexer (#9313)Lunny Xiao2019-12-231-131/+0
| | | | | | | | | | | | | | | | | | | | * Refactor code indexer * fix test * fix test * refactor code indexer * fix import * improve code * fix typo * fix test and make code clean * fix lint
* Move modules/indexer to modules/indexer/code (#9301)Lunny Xiao2019-12-101-3/+3
|
* Global code search support (#3664)Lunny Xiao2018-03-161-2/+4
| | | | | | | | | | | | * add global code search on explore * fix bug when no anyone public repos * change the icon * fix typo and add UnitTypeCode check for login non-admin user * fix ui description when no match
* HTML escape all lines of the search result (#3402)Morgan Bazalgette2018-01-221-4/+5
| | | Fixes #3383.
* Code/repo search (#2582)Ethan Koenig2017-10-271-0/+128
Indexed search of repository contents (for default branch only)