Search with multi-values

Hi,

Is it possible to search with multiple values ? i have a list of words or group of words like
["John","command n345","Paris, France","Destination"].
and I want to search an items contains with these values, not must contains these values but the most matching with these.
for the structure of my index, I'm working on, but I want to know your opinion about that, and the best practise.

Thanks.

Bonjour :wink:

I think that's the default behavior of what a match query would do if you search for "John command n345 Paris France Destination" but I might misunderstood what you are asking for.

Could you share a sample document?