hightman / xunsearch

免费开源的中文搜索引擎,采用 C/C++ 编写 (基于 xapian 和 scws),提供 PHP 的开发接口和丰富文档
http://www.xunsearch.com
Other
1.65k stars 391 forks source link

建议highlight传递html tag,不要hard code在库文件中 #4

Closed hplc closed 11 years ago

hplc commented 11 years ago

对于用户来说方便控制highlight效果,不要让用户去直接动库文件,库升级后也不受影响。

hightman commented 11 years ago

直接定义 em 的样式来实现效果不就可以么

hplc commented 11 years ago

哦,是的;我误解了。