You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/indexer/code/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 ....
3 weeks ago
..
elasticsearch.go Make SearchMode have default value and add comments (#33863) 3 weeks ago
elasticsearch_test.go Allow code search by filename (#32210) 6 months ago