aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/search.go
Commit message (Expand)AuthorAgeFilesLines
* Improve issue & code search (#33860)wxiaoguang2025-03-131-5/+5
* enable literal string for code search (#33590)Darren Hoo2025-02-161-40/+6
* Fix incorrect ref commit ID usage (#33331)wxiaoguang2025-01-201-2/+8
* Fix incorrect TagName/BranchName usages (#33279)wxiaoguang2025-01-151-1/+1
* Fix bleve fuzziness search (#33078)wxiaoguang2025-01-031-16/+8
* Refactor pagination (#33037)wxiaoguang2024-12-301-2/+1
* Refactor template & test related code (#32938)wxiaoguang2024-12-221-2/+2
* Improve grep search (#30843)wxiaoguang2024-05-031-1/+17
* Fix bleve fuzziness (#30799)wxiaoguang2024-05-011-1/+1
* Rename CodeIndexerEnabled to IsRepoIndexerEnabled (#30762)wxiaoguang2024-04-291-1/+1
* Render embedded code preview by permlink in markdown (#30234)wxiaoguang2024-04-021-1/+1
* Support repo code search without setting up an indexer (#29998)wxiaoguang2024-03-241-21/+46
* Remove AddParamIfExist(AddParam) (#29841)wxiaoguang2024-03-161-1/+1
* Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-161-2/+11
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-161-1/+1
* Unify search boxes (#29530)Denys Konovalov2024-03-141-4/+3
* Patch in exact search for meilisearch (#29671)65432024-03-091-2/+2
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Refactor indexer (#25174)Jason Song2023-06-231-2/+2
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add user/organization code search (#19977)Lauris BH2022-10-111-6/+16
* Remove `RequireHighlightJS` field, update plantuml example. (#19615)wxiaoguang2022-05-051-1/+0
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-1/+1
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-3/+8
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-4/+3
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-3/+3
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-4/+4
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+55