I'm just curious, why the faceted search blocks on the job detail page, and the main search box seem to be hard coded. I can't turn them off on any pages. Is this meant to be this way? Is this a bug?

It would be nice to be able to turn off blocks on certain pages, like normal drupal blocks.

Comments

dasjo’s picture

Category: bug » support

hi,

blocks in the Recruiter distribution aren't hardcoded but configured using the Context module and exported using the Features module.

see admin/structure/context to for customizations. hope this helps

dasjo’s picture

Status: Active » Fixed
illuminatico’s picture

It does. Thanks! I added a new taxonomy category with some terms, and added that field reference to the content type "job per template". How can I get that category to show up in the faceted search blocks in the job search context?

I'm totally new to context module and faceted search so this has me a bit boggled.

awk107’s picture

I am having similar issues.
I need to change the labels in What? Where? search box. Can someone point me to show how to change this?

finmccarthy’s picture

1 - go to www.yoursite.com/admin/structure/views/view/job_search/edit
2 - scroll down to "Filter Criteria" click on "Search: Fulltext search (exposed)"
2A - '' Region: All parent terms (indexed) (exposed)
3 - Change the Label to whatever you want
4 - Apply To All
5 - Save
6 - Have Fun

dsingh2001’s picture

Thanks, your responses they have been very helpful.

I noticed that the What?/Where? search block appears on virtually every page. It appears on the recruitment pages and the Drupal administrative pages too. Could you please (i) point out where this block is setup to be displayed in the code and/or the administrative interface and (ii) how does one turn this block display off?

Thanks again

dasjo’s picture

#6 shouldn't be the case for a default recruiter installation, see #1.

Status: Fixed » Closed (fixed)

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