summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/entity.js')
-rw-r--r--install/ui/entity.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/install/ui/entity.js b/install/ui/entity.js
index c23ce500a..31be28600 100644
--- a/install/ui/entity.js
+++ b/install/ui/entity.js
@@ -610,7 +610,10 @@ IPA.entity_builder = function(){
};
that.search_facet = function (spec){
- current_facet = IPA.search_facet({entity_name:that.entity_name});
+ current_facet = IPA.search_facet({
+ entity_name:that.entity_name,
+ search_all: spec.search_all || false
+ });
//once everything usese this mechanism, inline the init code
current_facet.init();