summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/search.js')
-rw-r--r--install/ui/src/freeipa/search.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/install/ui/src/freeipa/search.js b/install/ui/src/freeipa/search.js
index 03ec0b12..c2e678a3 100644
--- a/install/ui/src/freeipa/search.js
+++ b/install/ui/src/freeipa/search.js
@@ -239,10 +239,7 @@ IPA.search_facet = function(spec, no_init) {
name: that.get_search_command_name(),
entity: that.managed_entity.name,
method: 'find',
- args: args,
- options: {
- all: that.search_all_attributes
- }
+ args: args
});
if (that.pagination) {