Fixed BUG-136, now can search with a * or % as wildcards, and fix bug where no search results broke pa
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<script>
|
||||
function HandleSearch()
|
||||
{
|
||||
st=$('#search_term').val();
|
||||
st=encodeURIComponent( $('#search_term').val() )
|
||||
if( st != '' ) {
|
||||
document.location.href='/search/'+st
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user