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

uhon

@uhon

0
Reputation
2
Profile views
1
Posts
0
Followers
0
Following
Joined 20 Apr 2020, 10:10 Last Online 26 Aug 2020, 10:26

uhon Unfollow Follow

Latest 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
    26 Aug 2020, 01:18