FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. uhon
    3. Posts
    U
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by uhon

    • RE: multi_match query?

      I tried to use multi_match in search-query without success. The following query does not find users? Any suggestions why?

      {
        "bool" : {
          "must" : [ {
            "multi_match" : {
              "query" : "*",
              "fields" : [ "firstName^3", "lastName^3", "email" ]
            }
          } ]
        }
      }
      
      posted in Q&A
      U
      uhon