[Solved] How to search from two or three datafields with a Search Box?

“type” is a field, but it does not allow multiple entries for a single object.

Like this:

Data type = Product
Fields:
Name = text (single value)
Type = text (single value)

Supposing there are these 2 objects:
1 - Name=“Car”; Type=“SUV”
2 - Name=“Car”; Type = “Compact”

I’d like the search box to display the results as"
Car - SUV
Car - Compact