Page tree
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 3 Next »

Safety considerations and limited access to some of the data necessitated the introduction of additional features to the search engine.
Secure Field Plugin adds "issue in search" function. This function takes from 2 to 4 arguments rounded by quotation marks. 

issue in secureFieldSearch("", "", "")

1 - custom field's name

2 - operator's name

3 - custom field's value

Note: custom field's value is not required in case of using operators such as isEmpty or isNotEmpty

Operators that are defined for the particular field types are listed below:

 Secure TextSecure Free TextSecure NumberSecure ListSecure Multi Select ListSecure Single User PickerSecure Multi User PickerSecure Single Group PickerSecure Multi Group PickerSecure DateSecure Date Time
=xxxxxxxxxxx
!=xxxxxxxxxxx
>  x      xx
>=  x      xx
<  x      xx
<=  x      xx
isEmptyxxxxxxxxxxx
isNotEmptyxxxxxxxxxxx
startsWithxx xxxxxx  
endsWithxx xxxxxx  
containsxx xxxxxx  
  • No labels