Add support for Documentation search Bug: Issue 6200 Change-Id: Ibcad93bd77835106977e72dea7d62159d5518b67
diff --git a/Documentation/replace_macros.py b/Documentation/replace_macros.py index 6f90697..309a135 100755 --- a/Documentation/replace_macros.py +++ b/Documentation/replace_macros.py
@@ -89,7 +89,7 @@ </button> <script type="text/javascript"> var f = function() { - window.location = '../#/Documentation/' + + window.location = '../#/Documentation/q/' + encodeURIComponent(document.getElementById("docSearch").value); } document.getElementById("searchBox").onclick = f;