I have implemented a search engine to search through Kamat AnthoBLOGy.
Examples: Philosophy , PictureThe Guts of the Search
I store the blogs in a Microsoft SQL Server database (see: Anatomy of the Kamat Blogging Engine), and I have added a full text index on that table. The search script uses the CONTAINSTABLE clause to determine the search hits. The relevancy is computed by sorting the RANK field returned by the query.
![]()
