gitea/modules/indexer/issues
wxiaoguang a0e0a30d23
Make SearchMode have default value and add comments (#33863)
* Make `SearchMode` have default value if it is empty
* Add some comments for the "match" queries
* Fix a copy-paste mistake in `buildMatchQuery` (`db.go`)
* Add missing `q.Analyzer = repoIndexerAnalyzer`, it is in old code,
although I do not see real difference ....
2025-03-14 18:06:31 +00:00
..
bleve Make SearchMode have default value and add comments (#33863) 2025-03-14 18:06:31 +00:00
db Make SearchMode have default value and add comments (#33863) 2025-03-14 18:06:31 +00:00
elasticsearch Make SearchMode have default value and add comments (#33863) 2025-03-14 18:06:31 +00:00
internal Improve issue & code search (#33860) 2025-03-13 11:07:48 +08:00
meilisearch Improve issue & code search (#33860) 2025-03-13 11:07:48 +08:00
dboptions.go Add is_archived option for issue indexer (#32735) 2024-12-12 07:33:31 +08:00
indexer_test.go Make SearchMode have default value and add comments (#33863) 2025-03-14 18:06:31 +00:00
indexer.go Make SearchMode have default value and add comments (#33863) 2025-03-14 18:06:31 +00:00
util.go Fix unnecessary comment when moving issue on the same project column (#33496) 2025-02-05 11:51:10 +08:00