aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/code/bleve
Commit message (Expand)AuthorAgeFilesLines
* Enable addtional linters (#34085)TheFox0x713 days1-2/+2
* Decouple Batch from git.Repository to simplify usage without requiring the cr...Lunny Xiao2025-03-271-7/+1
* Fix incorrect code search indexer options (#33992)wxiaoguang2025-03-241-3/+2
* Fix file name could not be searched if the file was not a text file when usin...charles2025-03-211-1/+2
* Make SearchMode have default value and add comments (#33863)wxiaoguang2025-03-141-2/+7
* Improve issue & code search (#33860)wxiaoguang2025-03-131-8/+12
* Remove context from git struct (#33793)TheFox0x72025-03-041-1/+1
* enable literal string for code search (#33590)Darren Hoo2025-02-161-5/+16
* Updated tokenizer to better matching when search for code snippets (#32261)Bruno Sofiato2024-11-061-2/+3
* Allow code search by filename (#32210)Bruno Sofiato2024-10-113-7/+214
* Change the code search to sort results by relevance (#32134)Bruno Sofiato2024-09-281-0/+2
* Refactor the usage of batch catfile (#31754)Lunny Xiao2024-08-201-9/+11
* Fix bleve fuzziness (#30799)wxiaoguang2024-05-011-3/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+0
* Determine fuzziness of bleve indexer by keyword length (#29706)65432024-03-231-8/+7
* Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)65432024-03-161-13/+13
* Patch in exact search for meilisearch (#29671)65432024-03-091-6/+6
* Preserve BOM in web editor (#28935)silverwind2024-01-271-1/+1
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-11/+2
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Refactor indexer (#25174)Jason Song2023-06-231-0/+362