There is a search event search_query_entered
in which a property search_term
tracks what the user entered. I want to count the number of words that people enter. For this I tried using custom properties.
Is there any function that allows me to count the number of words in a string? If not, some combination of functions that would enable the same end-effect?