mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Co-authored-by: jessepeixoto <jessepeixoto@gmail.com>
This commit is contained in:
parent
c53731a0cd
commit
e92c62bdf8
@ -37,12 +37,14 @@ PUT my-index-000001/_doc/1
|
||||
"my_wildcard" : "This string can be quite lengthy"
|
||||
}
|
||||
|
||||
POST my-index-000001/_doc/_search
|
||||
GET my-index-000001/_search
|
||||
{
|
||||
"query": {
|
||||
"wildcard" : {
|
||||
"value": "*quite*lengthy"
|
||||
}
|
||||
"wildcard": {
|
||||
"my_wildcard": {
|
||||
"value": "*quite*lengthy"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user