This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment