The following code placed on your template page should work:
<!--SEARCH-GENERAL <input type="text" name="search" value="$search"> --> |
<!--SEARCH-GENERAL <input type="text" name="search" value="$query"> --> |
The $query field was added in Alkaline 1.6. Use $post.search with older versions, which contains the proper search query in 90% of the cases.