Search Pagination Error
I've located an error with the job search in my child theme. I've replicated it in the JR parent theme to confirm it is a JobRoller error.
When searching by location, using two or more words (example: Irvine, California or Florida, US), your location phrase will be compounded as you paginate into results.
The first page is ok. JR will create a URL string like:
http://www.hoteljobs.com/?s=&location=irvine+california
But once you begin paginating, JR will start creating URL strings like:
http://www.hoteljobs.com/page/2/?s&l...ine,california
Notice how "Irvine, California" is now compounded into a single word,"irvine,california".