Last active
October 8, 2017 04:52
-
-
Save emarket-design/856b3fa494b12814b109dfc3a9727399 to your computer and use it in GitHub Desktop.
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