diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30864bfb1..6a6aafbd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,7 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- (GL #1180) Add enforcing token lifetimes to signature authentication middleware
### Changed
-- Refactor to remove eslint supression
+- (GL #1197) Refactor to remove eslint supression
+ - for search replaced v-html with v-if and v-for
- for sharing and sharing tooltip including language changes
- for share modal to comply Vue style guide
- no-prototype-builtins and camel case
diff --git a/swift_browser_ui_frontend/src/components/SearchResultItem.vue b/swift_browser_ui_frontend/src/components/SearchResultItem.vue
index df77e32c9..e92240972 100644
--- a/swift_browser_ui_frontend/src/components/SearchResultItem.vue
+++ b/swift_browser_ui_frontend/src/components/SearchResultItem.vue
@@ -13,8 +13,21 @@
? $t('message.search.container')
: $t('message.search.object')
}}:
-
-
+
+
+
+ {{ apart }}
+
+ {{ apart }}
+
+
+ {{ getFilename() }}
@@ -25,14 +38,35 @@
{{ $t('message.search.folder') }}:
-
-
+
+
+
+ {{ pathp }}
+
+ {{ pathp }}
+
+
+ {{ getFilePath() }}
{{ $t('message.search.tags') }}:
-
-
+
+ {{ atag }}
+ {{ atag }}
+
@@ -52,9 +86,6 @@