Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emarket-design/856b3fa494b12814b109dfc3a9727399 to your computer and use it in GitHub Desktop.
Save emarket-design/856b3fa494b12814b109dfc3a9727399 to your computer and use it in GitHub Desktop.
<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