mirror of https://github.com/apache/lucene.git
SOLR-3238: decode query-params for analysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1339114 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b550e5a30a
commit
04486d4454
|
@ -129,7 +129,7 @@ sammy.get
|
|||
{
|
||||
fields++;
|
||||
$( '[name="' + key + '"]', analysis_form )
|
||||
.val( context.params[key] );
|
||||
.val( decodeURIComponent( context.params[key].replace( /\+/g, '%20' ) ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue