You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ This plugin supports the following URL parameters in the query string:
45
45
|`param_number_{{Encoded field name}}`| number (**optional**) |*For query templates*, any numerical parameter of the template. |`param_number_age=30`|
46
46
|`param_string_{{Encoded field name}}`| string (**optional**) |*For query templates*, any string parameter of the template. |`param_string_city=Paris`|
47
47
|`param_ids_{{Encoded field name}}`| comma-separated list (**optional**) |*For query templates*, any edgeset/nodeset parameter of the template. |`param_ids_target_ids=1,50,12`|
48
+
|`showLongValues`| boolean (**optional**) | Avoids truncation of long texts. |`showLongValues=false`|
0 commit comments