You can create multiple alphabetical searches on the same page. Below we search employees by their names, departments and job titles alphabetically.
Search by Departments
Search by Employee Names
Search by Job Titles
We used the following code to create this page.
<p class="lead">You can create multiple alphabetical searches on the same page. Below we search employees by their names, departments and job titles alphabetically.</p> | |
<h2>Search by Departments</h2> | |
<div class="row" style="margin:20px 0"> | |
[alpha_employees set="glob::glb_alpha_all_text::is::All Departments;glob::glb_alpha_search_by::is::.elist-group-item .tax-departments;"]</div> | |
<h2>Search by Employee Names</h2> | |
<div class="row" style="margin:20px 0"> | |
[alpha_employees set="glob::glb_alpha_all_text::is::All Employees;glob::glb_alpha_search_by::is::.elist-group-item .person-name;"]</div> | |
<h2>Search by Job Titles</h2> | |
<div class="row" style="margin:20px 0"> | |
[alpha_employees set="glob::glb_alpha_all_text::is::All Job Titles;glob::glb_alpha_search_by::is::.elist-group-item .tax-jobtitles;"]</div> |