文章预览
点击上方蓝字关注我们吧 原版的mooder是没有搜索功能的,wiki.shikangsi.com的有搜索的,但是我一直觉得不太好,所以没有合并到mooder_next,现在开源这部分,如有问题还希望大家指正。 实现改功能分三步,不废话了,看下面: 1、渲染搜索起始页(首页) 其实起始页和结果页可以放一起的,我是分开了,就是一个单页,用首页改改就好了,只要样式是Amaze UI就好了,这里给出wiki的页面。 archive/searchindex.html {% extends 'base.html' %} {% block title %}主页{% endblock %} {% block body %} class = "am-container" > < div class = "am-g" > < div class = "am-u-sm-centered am-u-sm-11" > < h2 style = "margin:0 auto;" > 搜索中心 h2 > < hr > < form class = "am-form-inline am-text-center" role = "form" > < div class = "am-form-group am-text-center" > < input type
………………………………