zhangkaitao / es

JavaEE项目开发脚手架(我的公众号:kaitao-1234567,我的新书:《亿级流量网站架构核心技术》)
https://github.com/zhangkaitao/es
Apache License 2.0
2.17k stars 1.59k forks source link

tree.common.js #33

Closed apei830 closed 10 years ago

apei830 commented 10 years ago

config.autocomplete.source = config.autocomplete.source || config.urlPrefix + "/ajax/autocomplete" + (config.excludeId ? "?excludeId=" + config.excludeId : "") + (config.onlyDisplayShow ? "&search.show_eq=true" : "");

当excludeId为空,而onlyDisplayShow有值的时候,这个url拼起来会有些问题 /ajax/autocomplete&search.show_eq=true

zhangkaitao commented 10 years ago

thanks 已修复