Anonymous

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

Anonymous

Re: Error: Searching with a space

Right...
I know about this issue and should be fairly easy to fix. Maybe someone offers a fix? smile

Anonymous

Re: Error: Searching with a space

It would be great if there was a simple fix for this released smile

CS

Anonymous

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

Anonymous

Re: Error: Searching with a space

Awesome, @rsa, thank you! smile