1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-02-17 18:03:15 +00:00

Update ch6-04-search-engine.md

update field_2
This commit is contained in:
frankj 2022-11-30 15:25:02 +08:00 committed by GitHub
parent 0b10bdcf63
commit f2428d90e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ if field_1 == 1 && field_2 == 2 && field_3 == 3 && field_4 == 4 {
{
"match": {
"field_2": {
"query": "3",
"query": "2",
"type": "phrase"
}
}