aj.murciah
(Arnold J. Murcia Hidalgo)
June 28, 2017, 8:58pm
1
Hi,
I need to compare the information of two columns stored in different index.
For example IndexA.Column = IndexB.Column
I try with the following sentence but is wrong:
{
"query": {
"match" : {
"account_name" : "user_name"
}
}
}
Can someone help me!
Regards
dadoonet
(David Pilato)
June 29, 2017, 6:01am
2
Same question as you already asked at
Hi
Basically I need to perform a search similar to LIKE condition in SQL.
Ex. Index.ColumnA LIKE Index.ColumnX
In other words I need to verify if ColumnA contains or match with Column B. It's important mention that it is not neccesary that both columns have be equals.
Regards
Don't open multiple threads about the same subject please.
system
(system)
Closed
July 27, 2017, 6:01am
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.