Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

search for html code gives no results #40

Closed
thesatman opened this issue Feb 4, 2016 · 1 comment
Closed

search for html code gives no results #40

thesatman opened this issue Feb 4, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@thesatman
Copy link

Hi,

In my wp_posts there is a field called post_content. The HTML code of the page created in WP is stored here. I need to update multiple pages with a few changes to the HTML code, and have two options. Check every page in WP editor, one-by-one, and change the code. Or, use S&R. What I am trying now is to do a Dry Run and search for:

image_alt="Some Text Here" link_type="no_link"

and eventually change that to:

image_alt="Some Text Here" link_type="page" single_item="257" open_in="current_browser"

However, when I do a search for the first criteria mentioned above, no search pattern is found. The search entered is now displayed as:

image_alt=\

It looks like the " sign is causing the problem. How can I do a succesfull S&R ?

Wordpress 4.4.2
S&R Version 3.0.0

@bueltge bueltge added this to the 3.1 milestone Feb 5, 2016
@derpixler derpixler assigned derpixler and unassigned s-hinse Feb 9, 2016
@derpixler
Copy link
Contributor

i´ve merge and tested the fix from @s-hinse. Searchpattern with quotes will now replaced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants