Search Input field (improvement)

Currently, when we use “search input field”, then we cannot identify first or second or third word written in the search input field. Instead all input words are treated as a single word.
If Adalo can give us the ability to identify each word separately, then it will be the greatest feature for searches.
Example,
If we input “abc 123” in the search field, and let’s name of this component is “Search input 1”, then we should be able to get only “abc” by referring component as “Search input 1.1”, and to get only “123” we should be able to refer it by “Search input 1.2”.
In this way each word can be identified as a unique name instead of one single combination (made from multiple words)