Search and Top Navigation
#7240 closed bug (worksforme)
Opened April 12, 2011 06:48AM UTC
Closed April 12, 2011 12:12PM UTC
Last modified April 25, 2011 12:10AM UTC
Autocomplete: Single Qoute's not searchable
| Reported by: | michael@moser.net | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.autocomplete | Version: | 1.8.11 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
When using remote.html, search.php items containing a single qoute fail to populate.
#!div style="font-size: 80%"
Code highlighting:
{{{#!php
$items = array(
"Naumann's Thrush"=>"Turdus naumanni",
"Heuglin's Gull"=>"Larus heuglini"
...
)
} else if( !is_numeric( $value ) || is_string( $value ) ){
$value = "\\"".addslashes($value)."\\"";
}
}}}
/srv/www/htdocs/development-bundle/demos/autocomplete $
The demo works fine for me. I'm not sure why you're pasting your own server side code here.