gitea/modules/indexer/issues/elasticsearch
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
..
elasticsearch.go Make SearchMode have default value and add comments (#33863) 2025-03-14 18:06:31 +00:00
elasticsearch_test.go Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00