Repository: brooklyn-ui
Updated Branches:
  refs/heads/master 6de1f6730 -> c4eb263fa


Composer palette: search entity tags


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/0b098749
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/0b098749
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/0b098749

Branch: refs/heads/master
Commit: 0b098749f6ce1d1f055b4667c1bae1400b5edd54
Parents: 6de1f67
Author: Aled Sage <aled.s...@gmail.com>
Authored: Fri Sep 28 13:25:19 2018 +0100
Committer: Aled Sage <aled.s...@gmail.com>
Committed: Fri Sep 28 13:25:19 2018 +0100

----------------------------------------------------------------------
 .../app/components/catalog-selector/catalog-selector.directive.js  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/0b098749/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js
----------------------------------------------------------------------
diff --git 
a/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js
 
b/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js
index 733a2ce..32fdd1c 100644
--- 
a/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js
+++ 
b/ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js
@@ -22,7 +22,7 @@ import template from './catalog-selector.template.html';
 
 const ITEMS_PER_PAGE = 30;
 // fields in either bundle or type record:
-const FIELDS_TO_SEARCH = ['name', 'displayName', 'symbolicName', 'version', 
'type', 'supertypes', 'containingBundle', 'description', 'displayTags'];
+const FIELDS_TO_SEARCH = ['name', 'displayName', 'symbolicName', 'version', 
'type', 'supertypes', 'containingBundle', 'description', 'displayTags', 'tags'];
 
 export function catalogSelectorDirective() {
     return {

Reply via email to