<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Urban Giraffe Support: Forum: Search Regex - Recent Posts</title>
<link>http://urbangiraffe.com/support/</link>
<description>Urban Giraffe Support: Forum: Search Regex - Recent Posts</description>
<language>en</language>
<pubDate>Fri, 21 Nov 2008 19:36:06 +0000</pubDate>

<item>
<title>John on "how to search the media library?"</title>
<link>http://urbangiraffe.com/support/topic/how-to-search-the-media-library#post-737</link>
<pubDate>Sat, 01 Nov 2008 12:38:00 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">737@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I don't know enough about how your media library is constructed to say if anything is wrong or not.  Search Regex will replace text, it won't change anything that is inserted by other plugins.
&#60;/p&#62;</description>
</item>
<item>
<title>o2cathy on "how to search the media library?"</title>
<link>http://urbangiraffe.com/support/topic/how-to-search-the-media-library#post-710</link>
<pubDate>Fri, 24 Oct 2008 11:10:59 +0000</pubDate>
<dc:creator>o2cathy</dc:creator>
<guid isPermaLink="false">710@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I have replaced all my old url's with the new one.&#60;br /&#62;
Using post content, post url, post meta:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.oldurl.net/blog&#34; rel=&#34;nofollow&#34;&#62;www.oldurl.net/blog&#60;/a&#62;    &#60;/p&#62;
&#60;p&#62;replacing with)  &#60;a href=&#34;http://www.newurl.me&#34; rel=&#34;nofollow&#34;&#62;www.newurl.me&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Except all the locations of the media library remain linked to the &#34;old&#34; url.  Am I doing something wrong?
&#60;/p&#62;</description>
</item>
<item>
<title>John on "WP 2.6 versioning"</title>
<link>http://urbangiraffe.com/support/topic/wp-26-versioning#post-309</link>
<pubDate>Thu, 07 Aug 2008 15:56:35 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">309@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;You are probably right there, and I haven't tried Search Regex since 2.6 was released.  There's already a bug report raised about this issue so it has been logged.
&#60;/p&#62;</description>
</item>
<item>
<title>Gyrus on "WP 2.6 versioning"</title>
<link>http://urbangiraffe.com/support/topic/wp-26-versioning#post-306</link>
<pubDate>Wed, 06 Aug 2008 08:47:23 +0000</pubDate>
<dc:creator>Gyrus</dc:creator>
<guid isPermaLink="false">306@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;With WordPress 2.6, my Search Regex search is returning results that don't match what I can see on the live site for the specified page. My only thought is that SR is picking up matches from older versions of the page/post, thanks to the 2.6 revisions system.&#60;/p&#62;
&#60;p&#62;Am I right on this? If so, any way of limiting SR to only the current revisions?
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Add Capability for Tags"</title>
<link>http://urbangiraffe.com/support/topic/add-capability-for-tags#post-244</link>
<pubDate>Tue, 17 Jun 2008 14:40:25 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">244@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I've added this as a feature request in the tracker
&#60;/p&#62;</description>
</item>
<item>
<title>thingles on "Add Capability for Tags"</title>
<link>http://urbangiraffe.com/support/topic/add-capability-for-tags#post-166</link>
<pubDate>Thu, 10 Apr 2008 14:49:03 +0000</pubDate>
<dc:creator>thingles</dc:creator>
<guid isPermaLink="false">166@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Okay -- I'm a total fanboy of this plugin. It's helped me out so much. Without it there is no way I could have gotten rid of all my internal 404's. THANK YOU!&#60;/p&#62;
&#60;p&#62;I beg of you...&#60;/p&#62;
&#60;p&#62;Please add support for Tags in the drop down. I'd love to pass Search Regex through my existing tags. Perfect use case, I have hundreds of tags that are &#34;brown_cow&#34; and I want them to be &#34;Brown Cow&#34;. (Wonder if regex can do word casing? hmm)&#60;/p&#62;
&#60;p&#62;Anyway, would be huge... thanks for listening.
&#60;/p&#62;</description>
</item>
<item>
<title>thingles on "Replace "&#60;br /&#62;" with newline?"</title>
<link>http://urbangiraffe.com/support/topic/replace-ltbr-gt-with-newline#post-165</link>
<pubDate>Thu, 10 Apr 2008 14:45:35 +0000</pubDate>
<dc:creator>thingles</dc:creator>
<guid isPermaLink="false">165@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I sort of figured out how to do this. What I did was do the search with a regex that captured the newline (\n) and then used the $x to put that into the replacement. Worked fine, but had to be applied over and over since multiple instances wouldn't match in the same regex.&#60;/p&#62;
&#60;p&#62;I think it was something like.&#60;/p&#62;
&#60;p&#62;/(.*)&#38;lt;br \/&#38;gt;(.*)(\n)/&#60;/p&#62;
&#60;p&#62;with&#60;/p&#62;
&#60;p&#62;$1$3$2
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Replace "&#60;br /&#62;" with newline?"</title>
<link>http://urbangiraffe.com/support/topic/replace-ltbr-gt-with-newline#post-150</link>
<pubDate>Sun, 06 Apr 2008 11:28:24 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">150@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;An interesting problem!  I've added this to the feature request list as it's probably something that cannot be done as the plugin stands.
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Doesn't seem to work with 2.3.3"</title>
<link>http://urbangiraffe.com/support/topic/doesnt-seem-to-work-with-233#post-139</link>
<pubDate>Sun, 06 Apr 2008 10:55:08 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">139@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Maky, have you pressed on the regex button to get access to case insensitivity?  It's not possible to search within certain categories.&#60;/p&#62;
&#60;p&#62;Thingles, I've added that to the bug tracker
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Search Regex Causing 404"</title>
<link>http://urbangiraffe.com/support/topic/search-regex-causing-404#post-138</link>
<pubDate>Sun, 06 Apr 2008 10:53:18 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">138@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Added to the bug tracker, thanks
&#60;/p&#62;</description>
</item>
<item>
<title>thingles on "Search Regex Causing 404"</title>
<link>http://urbangiraffe.com/support/topic/search-regex-causing-404#post-129</link>
<pubDate>Sat, 05 Apr 2008 09:13:38 +0000</pubDate>
<dc:creator>thingles</dc:creator>
<guid isPermaLink="false">129@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;It looks like when I use search regex I'm getting a 404 error (logged by Redirection, yeah!)&#60;/p&#62;
&#60;p&#62;Looking for &#34;?/images?/small.gif&#34; from the referer &#34;?/wp-admin?/edit.php?page=search-regex.php&#34;&#60;/p&#62;
&#60;p&#62;FYI...
&#60;/p&#62;</description>
</item>
<item>
<title>thingles on "Doesn't seem to work with 2.3.3"</title>
<link>http://urbangiraffe.com/support/topic/doesnt-seem-to-work-with-233#post-128</link>
<pubDate>Sat, 05 Apr 2008 09:09:24 +0000</pubDate>
<dc:creator>thingles</dc:creator>
<guid isPermaLink="false">128@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I've been using it extensively in WP 2.5 and it works fine. My only issue is that the links on each search result don't really work. But the basic &#34;Replace and Save&#34; function works fine.
&#60;/p&#62;</description>
</item>
<item>
<title>thingles on "Replace "&#60;br /&#62;" with newline?"</title>
<link>http://urbangiraffe.com/support/topic/replace-ltbr-gt-with-newline#post-127</link>
<pubDate>Sat, 05 Apr 2008 09:07:32 +0000</pubDate>
<dc:creator>thingles</dc:creator>
<guid isPermaLink="false">127@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Ugh -- seems that even HTML entity tags get converted... [less than]br /[greater than]
&#60;/p&#62;</description>
</item>
<item>
<title>thingles on "Replace "&#60;br /&#62;" with newline?"</title>
<link>http://urbangiraffe.com/support/topic/replace-ltbr-gt-with-newline#post-126</link>
<pubDate>Sat, 05 Apr 2008 09:07:02 +0000</pubDate>
<dc:creator>thingles</dc:creator>
<guid isPermaLink="false">126@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Okay, seems that post got confused on the breaks. Both of those should be &#34;&#60;br /&#62;&#34;.
&#60;/p&#62;</description>
</item>
<item>
<title>thingles on "Replace "&#60;br /&#62;" with newline?"</title>
<link>http://urbangiraffe.com/support/topic/replace-ltbr-gt-with-newline#post-125</link>
<pubDate>Sat, 05 Apr 2008 09:05:57 +0000</pubDate>
<dc:creator>thingles</dc:creator>
<guid isPermaLink="false">125@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Search Regex is awesome and has saved me a ton of time. I've been able to clean up hundreds of old blog posts.&#60;/p&#62;
&#60;p&#62;I have one situation that I can't seem to figure out the right fix for. I have a couple hundred posts that were imported from another blog. That blog inserted &#34;&#60;br /&#62;&#34; with every newline. I'd like to purge the &#34;&#60;br /&#62;&#34; out and replace with a newline character.&#60;/p&#62;
&#60;p&#62;I can't seem to get a newline character in though. I tried &#34;\n&#34; and &#34;\\n&#34; on the replace string but both cases just put a &#34;\n&#34; in the text.&#60;/p&#62;
&#60;p&#62;Any ideas on how to get a newline in?
&#60;/p&#62;</description>
</item>
<item>
<title>maky on "Doesn't seem to work with 2.3.3"</title>
<link>http://urbangiraffe.com/support/topic/doesnt-seem-to-work-with-233#post-113</link>
<pubDate>Wed, 26 Mar 2008 05:31:21 +0000</pubDate>
<dc:creator>maky</dc:creator>
<guid isPermaLink="false">113@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Hi, I am using WP2.3.3 and Search regex 1.4.5 but I don't see certail features like case-sensitive search etc.&#60;br /&#62;
Also there is no option to save, if I do replace or search. I wanted to attach a screenshot for you but there is no option here.&#60;/p&#62;
&#60;p&#62;Secondly, is it possible to search within particular categories ?
&#60;/p&#62;</description>
</item>
<item>
<title>John on "generic search not returning much"</title>
<link>http://urbangiraffe.com/support/topic/generic-search-not-returning-much#post-92</link>
<pubDate>Wed, 12 Mar 2008 10:13:26 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">92@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I've added this to the bug list: &#60;a href=&#34;http://urbangiraffe.com/tracker/issues/show/110&#34;&#62;#110&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Search replaced less than half of occurrences"</title>
<link>http://urbangiraffe.com/support/topic/search-replaced-less-than-half-of-occurrences#post-91</link>
<pubDate>Wed, 12 Mar 2008 10:12:17 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">91@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Thanks for the report, I've added this to the list of bugs: &#60;a href=&#34;http://urbangiraffe.com/tracker/issues/show/109&#34;&#62;#109&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>wordmunger on "Search replaced less than half of occurrences"</title>
<link>http://urbangiraffe.com/support/topic/search-replaced-less-than-half-of-occurrences#post-46</link>
<pubDate>Sun, 24 Feb 2008 09:39:26 +0000</pubDate>
<dc:creator>wordmunger</dc:creator>
<guid isPermaLink="false">46@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I just did a search and found that it only replaced a small portion of all occurrences (about a thousand out of 2500 found using phpmyadmin). It seems to be almost random which items are successfully replaced. Any ideas?&#60;/p&#62;
&#60;p&#62;Also, I get an error when there are a large number of items found in the search. I had to break the search into pieces to get even this small portion of the results.&#60;/p&#62;
&#60;p&#62;FWIW I'm working on a test blog at bpr2.org. This will eventually be the new home of davidsonnews.net.&#60;/p&#62;
&#60;p&#62;The problem is that many of the old links point to our old server, rabbit.he.net/~davidsn. They need to be changed to bpr2.org (for the test -- in the real version they will all point to davidsonnews.net).
&#60;/p&#62;</description>
</item>

</channel>
</rss>
