Answer the question
In order to leave comments, you need to log in
Must request with wildcard not working?
It is necessary to display all records that have convergence in 2 columns
in Mysql did as
SELECT * FROM table where firstname LIKE 'ИВ%' AND lastname LIKE 'ПЕТ%'
{
"query": {
"bool":{
"must" : [
{"wildcard": {"firstname": "ИВ*"}},
{"wildcard": {"lastname": "ПЕТ*"}},
],
}
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question