String contain node to find exact search

Hi all,

Currently I’ve managed to add the fields according to your steps. However is is possible to search for will need to fulfill the entire string in an index? As currently, as long as the system detect any words from the index it will add the field. But what I would like to achieve is the both list will need to be exactly the same.

So for example: Equipment type & Description, when I filter by bool will get only equipment type & description and not any other information with the word “equipment”, “type” or “Description” in it.

Thank you!