aboutsummaryrefslogtreecommitdiffstats
path: root/modules/indexer/code/bleve
Commit message (Expand)AuthorAgeFilesLines
* 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