Search {itemType === "member" ? "members" : "groups"}
Page length Search by Sort by {#if !isPublic}{/if} Sort order {#if !isPublic} Only show {/if} {#if !isPublic}
{#if itemType === "member"} {:else if itemType === "group"} {/if} groupSearchMode = "include"} on:keyup={e => e.key === "Enter" ? groupSearchMode = "include" : ""} tabindex={0}>{@html groupSearchMode === "include" ? "include" : "include"} | groupSearchMode = "exclude"} on:keyup={e => e.key === "Enter" ? groupSearchMode = "exclude" : ""} tabindex={0}>{@html groupSearchMode === "exclude" ? "exclude" : "exclude"} | groupSearchMode = "match"} on:keyup={e => e.key === "Enter" ? groupSearchMode = "match" : ""} tabindex={0}>{@html groupSearchMode === "match" ? "exact match" : "exact match"} | groupSearchMode = "none"} on:keyup={e => e.key === "Enter" ? groupSearchMode = "none" : ""} tabindex={0}>{@html groupSearchMode === "none" ? "none" : "none"} Includes every member who's a part of any of the groups. Excludes every member who's a part of any of the groups, the opposite of include. Only includes members who are a part of every group. Only includes members that are in no groups. {/if}