when i click job search, error "unable to find term:", whatever you are login already or non-register visitor. even admin. attached screenshot for ref.
when click resume serach, the page will come to "login" if you have not login.

CommentFileSizeAuthor
Screenshot 2013-12-28 17.48.27.png58.52 KBnightcafe
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nightcafe’s picture

re-install everything, the problem gone.

thanks anyway.

i believe the installation got error somewhere.

nightcafe’s picture

the problem recurred when after update the module
search API from 7.x-1.8 to 7.x-1.11

Ntuki’s picture

got the same issue by re install everything you mean?
cause I got the same issue and I deleted the site and started all over again which is something I don't always want to do at the moment I am still testing luckily.

Thank you in advance

olbapcrazy’s picture

In the view resume_search

Go to "field_resume_state and then enable the values

floatingworks’s picture

I have the same issue after drush up. WIll investigate further.

wamboe’s picture

I had the same problem and tried to figure out patch. Here is what I found:

  1. Uncomment line 19 in "recruiter_job_search.module": #$form['field_job_region_parents_all']['#element_validate'] = array('recruiter_job_search_region_autocomplete_validate');
  2. Configure view "job_search" and set the region filter to "allow multiple values"

Works very fine for me!

floatingworks’s picture

#6 worked for me,thanks. But only needed to configure multiple values on the region filter, code was already uncommented.