diff --git a/app/views/admin/communication/unsplash/_selector.html.erb b/app/views/admin/communication/unsplash/_selector.html.erb
index 8ec804cf496220d00991abdd4c5ee6149a99e728..617f8ede3a043bfa741601174c383faaa6ccc325 100644
--- a/app/views/admin/communication/unsplash/_selector.html.erb
+++ b/app/views/admin/communication/unsplash/_selector.html.erb
@@ -126,6 +126,7 @@ lang = about&.language&.iso_code if about.respond_to? :language
         if (event.key === "Enter" && this.isOpened) {
           event.preventDefault();
           event.stopImmediatePropagation();
+          this.search();
         }
       }.bind(this));
     },