We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search by city should return valid results. Insteads returns an error about a missing mode
Select City in dropdown in Candidate search page and enter a city.
0.9.7.4
Git
Need to add the following around line 2109 in CandidatesUI.php
case 'searchByCity': $rs = $search->byCity($query, $sortBy, $sortDirection); (process results here the same as other queries)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior and actual behavior.
Search by city should return valid results. Insteads returns an error about a missing mode
Steps to reproduce the problem.
Select City in dropdown in Candidate search page and enter a city.
What version of opencats are you running?
0.9.7.4
Release or downloaded from Git?
Git
WAMP or LAMP?
What version of PHP and MySQL are you running
attach appropriate error logs. Please attach [apache/mysql] error/access logs as needed.
Need to add the following around line 2109 in CandidatesUI.php
The text was updated successfully, but these errors were encountered: