Wildcard query string

Hello

I need to use wildcards to query about the full_name and pedt_fechanac fields, since the input values ​​come from an OCR, I also need the score to be able to get the best match

Any recommendation

Thank you

FIELDS:

"full_name" : {

      "type" : "text",

      "fields" : {

        "keyword" : {

          "type" : "keyword",

          "ignore_above" : 8000

        }

      }

    },

    "pech_sexo" : {

      "type" : "text",

      "fields" : {

        "keyword" : {

          "type" : "keyword",

          "ignore_above" : 8000

        }

      }

    },

    "pedt_fechanac" : {

      "type" : "text",

      "fields" : {

        "keyword" : {

          "type" : "keyword",

          "ignore_above" : 8000

        }

      }

    }

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.