Blog_mini
Blog_mini copied to clipboard
An Open Source Blog System that developed with Flask.
按照逻辑,隐藏一篇文章的步骤如下: 1.新建一个文章分类,属性设置为隐藏 2.将需要隐藏的文章添加到该分类下 即可完成文章的隐藏,但是实际却无法实现这样的效果,将会在新版本中更正该问题。
add fulltext search of blog with mysql5.7
to FTS the articles's title/summary/contens. use python's Flask-WhooshAlchemy+jieba tokenizer. based on [Flask-WhooshAlchemyPlus](https://github.com/Revolution1/Flask-WhooshAlchemyPlus) . Note the Flask-WhooshAlchemyPlus V 0.7.4 should update flask_whooshalchemyplus.py's line 151 **return self.filter('null')** with **return self.filter(sqlalchemy.text('null'))** in case...