using this
{
"query": {
"bool": {
"must": [
{
"wildcard": {
"url.original":{
"value" : "*version?"
}
}
}
],
"must_not": ,
"should":
}
}
}
But I have Other 5-10 keywords(admin, dashboard etc etc) , how can i pass other keywords in this ??