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: docs/3.0/customization.md
+9
Original file line number
Diff line number
Diff line change
@@ -397,6 +397,15 @@ Avo.configure do |config|
397
397
end
398
398
```
399
399
400
+
<VersionReqversion="3.13.5" /> `disabled_features` become callable. Within this block, you gain access to all attributes of [`Avo::ExecutionContext`](execution-context)
Copy file name to clipboardexpand all lines: docs/3.0/search.md
+9
Original file line number
Diff line number
Diff line change
@@ -271,6 +271,15 @@ Avo.configure do |config|
271
271
end
272
272
```
273
273
274
+
<VersionReqversion="3.13.5" /> `disabled_features` become callable. Within this block, you gain access to all attributes of [`Avo::ExecutionContext`](execution-context)
You may want to perform different searches on the `global` search from the `resource` search. You may use the `params[:global]` flag to figure that out.
0 commit comments