PoolC / Yuzuki

PoolC 홈페이지 제작 프로젝트
https://poolc.org/
MIT License
10 stars 9 forks source link

search #12

Closed TintypeMolly closed 9 years ago

TintypeMolly commented 9 years ago
  1. use mysql FTS SQLAlchemy doesn't support FTS column scheme but can manually turn on FTS index and query "MATCH AGAINST" like dbsession.query(Article).filter("MATCH (subject, content) AGAINST ('database')").
  2. use external search engine sphinx lucence solr