Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

filter can be compared to a single condition in an if-statement. Usually (almost always, see Group) the operators in the if-statement are "&&" (in JavaScript/C#)/"AND" (SQL).

For example, the filters:

reults in the if-statement (pseudo code):

If(asset.asset_type is in the supplied list of asset types AND asset.assetid is in the supplied list of asset IDs AND asset.itemid is in the supplied list of item IDs) {

         AddAssetToResults()

}

filter can be created by selecting the Input tab in the Search Editor and then clicking the "Add" button:

In the window, which pops up, there are three tabs: Meta data fieldTable and column, and Predefined.

A Meta data field or Table and column filter MUST have some properties defined before it can be added to a search:

If a predefined filter is needed, then the only input from the user us usually only an ID. Though some predefined filters have Predetermined values, which MUST be supplied before the filter can be created.


  • No labels