This function is to generate the string in the JDOQL query for some given value of a filter.
1 | filterstring(filtername, filtervalues, logic = "||", bridge = "==")
|
filtername |
A character which is for the responding variable name in Wildbook framework. |
filtervalues |
A vector of the value for the filter. |
logic |
A parameter which can be "&&" for the logical AND or "||" for the logical OR. |
bridge |
An operator to connect the name and the default value is "==". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.