Skip to content

Commit e17c903

Browse files
toddjordansivakumar-kailasam
authored andcommitted
Search for "not private" instead of "public" because ember data classes have no access
1 parent 126f8e1 commit e17c903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/search-input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default Component.extend({
5252
'hierarchy.lvl2'
5353
],
5454
tagFilters: [`version:${projectVersion}`],
55-
facetFilters: ['access:public']
55+
facetFilters: ['access:-private']
5656
};
5757

5858
const searchObj = {

0 commit comments

Comments
 (0)