diff --git a/browser/main/HomePage/ArticleTopBar.js b/browser/main/HomePage/ArticleTopBar.js
index 62880bc7..03efb5d9 100644
--- a/browser/main/HomePage/ArticleTopBar.js
+++ b/browser/main/HomePage/ArticleTopBar.js
@@ -118,8 +118,11 @@ export default class ArticleTopBar extends React.Component {
: null
}
- - Search by tag : #{'{string}'}
- - Search by folder : /{'{folder_name}'}
+
+ - - Search by tag : #{'{string}'}
+ - - Search by folder : /{'{folder_name}'}
+ - exact match : //{'{folder_name}'}
+
diff --git a/browser/styles/main/HomeContainer/components/ArticleTopBar.styl b/browser/styles/main/HomeContainer/components/ArticleTopBar.styl
index 1d53d822..afad46a9 100644
--- a/browser/styles/main/HomeContainer/components/ArticleTopBar.styl
+++ b/browser/styles/main/HomeContainer/components/ArticleTopBar.styl
@@ -62,6 +62,13 @@ infoBtnActiveBgColor = #3A3A3A
opacity 1
&.hide
opacity 0
+ ul
+ li:last-child
+ line-height 10px
+ margin-bottom 3px
+ small
+ font-size 10px
+ margin-left 15px
input
absolute top left
width 350px