diff --git a/_config.yml b/_config.yml
index 273679436ad66d62a45157b9de4214e08971d155..20bf8a17137a0da76e9517b3dd7761dcc3c62b8f 100644
--- a/_config.yml
+++ b/_config.yml
@@ -46,10 +46,10 @@ search:
   tokenizer_separator: /[\s/]+/
   # Display the relative url in search results
   # Supports true (default) or false
-  rel_url: false
-  # Enable or disable the search button
+  rel_url: true
+  # Enable or disable the search button that appears in the bottom right corner of every page
   # Supports true or false (default)
-  button: true
+  button: false
 
 # Enable or disable heading anchors
 heading_anchors: true
diff --git a/bin/just-the-docs b/bin/just-the-docs
old mode 100644
new mode 100755
diff --git a/docs/configuration.md b/docs/configuration.md
index f2787145e485dbcd0293cee7f4ce5537d2ebd38d..65471d23c75d7e5d2d4d8d69b86ad72f2c5fc325 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -55,7 +55,7 @@ search:
   tokenizer_separator: /[\s/]+/
   # Display the relative url in search results
   # Supports true (default) or false
-  rel_url: false
+  rel_url: true
   # Enable or disable the search button that appears in the bottom right corner of every page
   # Supports true or false (default)
   button: false