I've problem with parsing pipe "|" character in elasticsearch. When record have any special characters no result data. Below my query
{
"query": {
"bool": {
"must": [
{
"term": {
"username": "john|doe@group.net"
}
}
],
"must_not": [],
"should": []
}
},
I tried use "tokenizer":"uax_url_email"
, but not working