Hello @blastiu17,
We addressed your request specifically with the current release of StaffList.
Please take a look at version 2.2.0, which now allows admins to embed StaffList directories using subset rules. For example, if you wish to include only staff from Building A, you can specify this criteria in the shortcode:
Building A Faculty
[stafflist subset=”building:a”]
In a different page, if you wish to include only staff from Building B, you can do the same with a slightly different shortcode:
Building B Faculty
[stafflist subset=”building:b”]
Furthermore, you can also include records that match more than one criteria, such as:
Buildings C-F Faculty
[stafflist subset=”building:c|d|e|f”]
We hope this will satisfy your needs for distinct lists.