mirror of
https://github.com/go-gitea/gitea
synced 2025-12-05 04:18:27 +00:00
Issue search support elasticsearch (#9428)
* Issue search support elasticsearch * Fix lint * Add indexer name on app.ini * add a warnning on SearchIssuesByKeyword * improve code
This commit is contained in:
19
vendor/github.com/olivere/elastic/v7/ISSUE_TEMPLATE.md
generated
vendored
Normal file
19
vendor/github.com/olivere/elastic/v7/ISSUE_TEMPLATE.md
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
Please use the following questions as a guideline to help me answer
|
||||
your issue/question without further inquiry. Thank you.
|
||||
|
||||
### Which version of Elastic are you using?
|
||||
|
||||
[ ] elastic.v7 (for Elasticsearch 7.x)
|
||||
[ ] elastic.v6 (for Elasticsearch 6.x)
|
||||
[ ] elastic.v5 (for Elasticsearch 5.x)
|
||||
[ ] elastic.v3 (for Elasticsearch 2.x)
|
||||
[ ] elastic.v2 (for Elasticsearch 1.x)
|
||||
|
||||
### Please describe the expected behavior
|
||||
|
||||
|
||||
### Please describe the actual behavior
|
||||
|
||||
|
||||
### Any steps to reproduce the behavior?
|
||||
|
||||
Reference in New Issue
Block a user