Hello everyone,

I am very new in Drupal, and I am testing the Recruiter project for a future installation of a CV bank.
This is a nice work indeed...

I am testing the 7.x-1.1 version (and I tested the 7.x-1.x-dev too) and I have a problem with the results of the resumes. When I make a search logged as recruiter I get always the same message "No resumes found."
I have made visible all the resumes with the same results.
I modified the views in /structure/views/resume_search Filter criteria Indexed Profil: Resume state (= visible)
and changed it to "incomplete" and it shows all resumes. So, the only way I have to show the resumes is setting in "incomplete", but when I select "Resume search" I see all results and an error message:

Warning : reset() expects parameter 1 to be array, null given dans include() (ligne 43 dans D:\xampp\htdocs\recruiter\profiles\recruiter\modules\recruiter_features\recruiter_resume\profile2--resume--teaser.tpl.php).

So, I don't know if I have to do any modification in my configuration.

I have tested in http://simplytest.me/ with the same results.

Any ideas?

Thank you very much.

Comments

NikkiJ94’s picture

Would've helped you but I am new here as well

balaji janardhanan - Drupal Geeks’s picture

Hello Everyone,

I have installed the recruiter module.I have created another one role as 'industry partner'. i need the industry partner also to search for the resume when they logged in.I have provided the path as resume/search, but when i logged in and clicked on the resume search menu it is showing " you need to login to search for the resume" though i have logged in too......

darol100’s picture

Status: Active » Fixed

@roque06

When I make a search logged as recruiter I get always the same message "No resumes found."

To troubleshoot this problem make sure that all resume are visible, clear you caches and run a cron. Ruining a cron manually will index the content (resume) into the search and this will fix this issue.

I modified the views in /structure/views/resume_search Filter criteria Indexed Profil: Resume state (= visible)

Why did you modify this views? If you show all the resume incomplete your search will be a mess with all user that did not complete their profile.

@balaji janardhanan - Drupal Geeks, you have a different problem. Please open a different issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.