Filters
You can use two different types of filters to limit the results that the AutoComplete service shows. Access filters filter out records to which the user doesn’t have access, and expired filters filter out expired records.
To add filters to a selected component, first add a
node as a child of the node.The
node can have two children: and . is a parent to one or more nodes, each of which specifies a permission in Access Control that users must be granted to see AutoComplete results. For example, Building.ApplicationType has a filter that only shows application types to which the user has access.To filter out expired records, you can add an Effective Date attribute and an Expired Date attribute.
node with no attributes. The filter assumes the component’s effective and expire dates are set by properties called EffectiveDate and ExpireDate. To use different properties, you can add anNote: Custom queries can also be used to filter search results, as
described above.