Searching entries with Regex

Is there any way to get_entries using a regular expression as search criteria? Something like:

search_criteria['field_filters'][] = array( 'key'=> '1', 'operator'=> 'contains', 'value'=> /^[0-9]{6,6}$/g );

I am not suggesting the above would work, but I think you get the idea of what I’m looking for.

Thanks much.

As far as I know, Gravity Forms does not offer the ability to search entries using regular expressions as search criteria. The search criteria only support exact and partial matches with the “contains” operator. This means that users must be precise when searching for entries, as any slight variation in the search terms may result in no matches being found.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.