You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I'm trying to achieve is this same functionality, but filtered down by department. I'll be creating unique pages for each department. I'll never want to show any other departments on these individual pages.
The text was updated successfully, but these errors were encountered:
Hi, I'm using the searching and filtering example here. Thanks for that!
Is there any way to specify a department within this script?
window.leverJobsOptions = {accountName: 'leverDemo', includeCss: false};
Something like:
window.leverJobsOptions = {accountName: 'leverDemo', includeCss: false, department: 'Appraisal'};
What I'm trying to achieve is this same functionality, but filtered down by department. I'll be creating unique pages for each department. I'll never want to show any other departments on these individual pages.
The text was updated successfully, but these errors were encountered: