Is there a wildcard character for search?
I want to be able to search "field is not empty," "field is empty," and search emails addresses "%@coca-cola.com" (any email @domain.com)
Thanks!
Official response from Taylor Pineiro
This is not possible but a great suggestion you can add to our suggestion page!
Share this post
Showing 12 reactions
Sign in with
Here’s a couple potentially relevant suggestions ones –
partial word search: http://nationbuilder.com/257920/partial_word_search_in_new_advanced_search
regular expressions in search: http://nationbuilder.com/jerimee/regular_expressions_for_advanced_search
Certified Developer
Certified Architect
Certified Developer
Certified Architect
Certified Developer
Certified Developer
“%” is totally the wildcard
So you can use % to search for field not empty and “%@coca-cola.com” in the email field returns all contacts with a coca-cola.com email address.