- Title: New member
- Status: Offline
- Registered: 2008-08-20
- Posts: 0
Topic: Error: Searching with a space
When performing a search with a space in the string the live results show '%20' as the space, and in return not showing any results.
Eg:
Job title: Office Cleaner
Search: Office%20Cleaner
Any ideas how to fix this?
Thanks,
CS
- Title: New member
- Status: Offline
- Registered: 2008-08-20
- Posts: 0
Re: Error: Searching with a space
Right...
I know about this issue and should be fairly easy to fix. Maybe someone offers a fix? 
- Title: New member
- Status: Offline
- Registered: 2008-08-20
- Posts: 0
Re: Error: Searching with a space
It would be great if there was a simple fix for this released
CS
- Title: New member
- Status: Offline
- Registered: 2008-08-20
- Posts: 0
Re: Error: Searching with a space
Hi,
There is a quick fix for it:
add in /app/page_search.php, after the code from line 16, the following code:
$keywords = urldecode($keywords);
Adrian
- Title: New member
- Status: Offline
- Registered: 2008-08-20
- Posts: 0
Re: Error: Searching with a space
Awesome, @rsa, thank you! 
Posts [ 7 ]
Guest posting is disabled. You must login or register to post a reply.