Issue #4709 has been updated by Dan Bode.

when I opened this ticket, I was assuming the implementation would be to 
transform regex into sql LIKE statements
<pre>
User<|| tag =~ /foo/ ||>
</pre>

is transformed into:
(sql psuedo-code)
<pre>
select * from resource where type = 'user' & name like %foo%
</pre>

 
----------------------------------------
Feature #4709: exported resource collection should support regex.
http://projects.puppetlabs.com/issues/4709

Author: Dan Bode
Status: Rejected
Priority: Normal
Assignee: Luke Kanies
Category: exported resources
Target version: 
Affected version: 
Keywords: 
Branch: 


this could add to the power of tag based queries.
<pre>
  User<|| tag =~ /foo/ ||>
</pre>


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to