summaryrefslogtreecommitdiffstats
path: root/modules/indexer/code/search.go
Commit message (Expand)AuthorAgeFilesLines
* Render embedded code preview by permlink in markdown (#30234)wxiaoguang2024-04-021-7/+9
* Support repo code search without setting up an indexer (#29998)wxiaoguang2024-03-241-17/+18
* Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-161-3/+5
* Patch in exact search for meilisearch (#29671)65432024-03-091-2/+3
* Fix wrong line number in code search result (#29260)yp053272024-03-061-19/+31
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-171-1/+2
* Use Go 1.21 and update dependencies (#26878)wxiaoguang2023-09-031-3/+2
* Refactor indexer (#25174)Jason Song2023-06-231-3/+6
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Show syntax lexer name in file view/blame (#21814)silverwind2022-11-191-1/+4
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-2/+3
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-171-1/+1
* [Feature] add precise search type for Elastic Search (#12869)Jui-Nan Lin2021-01-271-2/+2
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-011-16/+6
* Add detected file language to code search (#10256)Lauris BH2020-02-201-6/+15
* Refactor code indexer (#9313)Lunny Xiao2019-12-231-0/+130