• Resolved tpmcelvogue

    (@tpmcelvogue)


    Hi,
    does the shortcode allow multiple criteria to be used for refinement? I am trying to limit the rows displayed by eg 2 department names but can’t figure out if this is supported in some way. I wanted this in the same grid too as I know I can have multiple instances on the same page.

    Secondly, is there any support for wildcards? I have a number of departments that are separated geographically and would have a site identifier as a prefix to their department name. Is it possible to use wildcards on the shortcode?

    Thanks,
    Tom

Viewing 1 replies (of 1 total)
  • Plugin Author ERA404

    (@era404)

    Hello @tpmcelvogue

    https://www.ads-software.com/plugins/stafflist/#installation

    [stafflist subset=”building:a|b”] include only records that have “a” or “b” in the non-standard building column

    Have a look at the example shortcode rule above. This rule demonstrates how two different criteria are used to match Staff records.

    There currently isn’t support for wildcard searches, but this can generally be resolved easily by adding another column to your data table. For example, if you have Staff departments:

    NA-Marketing
    EUR-Marketing
    ASIA-Marketing

    Instead of using *Marketing as criteria, simply use two columns:

    Marketing, North America
    Marketing, Europe
    Marketing, Asia

    .. and you can include all Marketing departments into the StaffList.

    Thank you

Viewing 1 replies (of 1 total)
  • The topic ‘multiple criteria and wildcard support’ is closed to new replies.