[wp-trac] [WordPress Trac] #18522: Search using double quotes stopped working at v3.1
WordPress Trac
wp-trac at lists.automattic.com
Sat Sep 10 15:54:51 UTC 2011
#18522: Search using double quotes stopped working at v3.1
--------------------------+------------------------------
Reporter: kizora | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.1
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by kizora):
I do use pretty permalinks but not sure about the rest of your response
above.
If I search for "swimming pool" I get this page returned
http://thebeautifulhousecompany.com/?s=%22swimming+pool%22&et-
cat=0&et_searchform_submit=et_search_proccess
Is the problem the search is looking for %22swimming pool%22 rather than
swimming pool? Even though it works in localhost?
So, I can either add "if ( empty( $_GET['s'] ) ) $q['s'] =
urldecode($q['s']); " to query.php or try the plugin?
Thanks for your help
Chris
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18522#comment:21>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list