Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


This page applies equally to both filters and value fields, so for simplicity's sake both of these will be referred to as elements.


Editing an element is done by

  1. Selecting the desired element in the grid.
  2. Expanding The Details panel if it is collapsed.
  3. Change what needs to be changed.
  4. Click the "Save" button for the filter.
  5. If the user is done editing the search, the search itself MUST also be saved to persist the changes.

3.1 Examples

Adding Predetermined values to a filter:

View file
name2017-01-26_11-01-05.mp4
height250


Before the edit is performed, the 2 Filter Filter "sKeywords" has an "InList" Comparison Type, which means that the filter will filter out any results, whose keywords does not match any of the supplied keywords 

After adding the Predetermined values, the filter will now always filter out results, which do not have any of the keywords "pink", "fluffy", "sith" or "lord". I.e. the Filter has become a lot less dynamic.

Changing a filter'

s Draft -

s Comparison Type:

View file
name2017-01-26_10-58-06.mp4
height250

Before the edit is performed, the Filter "sKeywords" has an "AllInList" Comparison Type, i.e. any results, which do not have all of the supplied keywords are filtered out. 

After the edit, the Filter has an "InList" Comparison Type, i.e. any results, which do not have any of the supplied keywords are filtered out. 

InList is less restrictive than AllInList, so this edit will result in a search, which will probably return more results.

Changing a value field's isArray

property a to a value field

property:

View file
name2017-01-26_10-47-35.mp4
height250

Before the edit is performed, the data output by the Value Field might be output as a JSON object or array

After setting the isArray property to checked, the data is always output as a JSON array.

See isArray for a more detailed explanation with examples.

Table of Contents:

Table of Contents