How to get results which are "and" combined and not "or"

Hello community.

I successfully installed and set up elasticsearch including pdf file indexing.
I am about to search about 10.000 files and have a very basic question.

How can I configure search that I only get logically “and” combined results instead of “or”.

Example:
My search string is “LP163 MSDS”
I reveice all results which include the word LP163 OR MSDS (ca. 1000 results)

My goal is to get only documents which include “LP163” AND “MSDS”.

Your help is very much appreciated!

Please try +LP613 +MSDS

1 Like

Works like a charm! Thank you very much for your assistance.